浏览代码

Fixed stench not inheriting the active properly in some cases

tags/v1.0.0
Fen Dweller 6 年前
父节点
当前提交
3abcb3c4d2
找不到此签名对应的密钥 GPG 密钥 ID: E80B35A6F11C3656
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      game.js

+ 1
- 1
game.js 查看文件

@@ -3547,7 +3547,7 @@ function scat(vol, active=true) {
macro.arouse(50); macro.arouse(50);


if (macro.stenchEnabled && macro.baseScatStenchArea > 0) { if (macro.stenchEnabled && macro.baseScatStenchArea > 0) {
scat_stench(area*macro.baseScatStenchArea);
scat_stench(area*macro.baseScatStenchArea, active);
} }
} }




正在加载...
取消
保存