Преглед изворни кода

Fixed stench not inheriting the active properly in some cases

tags/v1.0.0
Fen Dweller пре 6 година
родитељ
комит
3abcb3c4d2
No known key found for this signature in database GPG Key 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);

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



Loading…
Откажи
Сачувај