diff --git a/game.js b/game.js index dc52999..b3fdee2 100644 --- a/game.js +++ b/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); } }