Browse Source

Fixed stench not inheriting the active properly in some cases

tags/v1.0.0
Fen Dweller 6 years ago
parent
commit
3abcb3c4d2
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      game.js

+ 1
- 1
game.js View File

@@ -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…
Cancel
Save