Browse Source
Fixed stench not inheriting the active properly in some cases
tags/v1.0.0
No known key found for this signature in database
GPG Key ID: E80B35A6F11C3656
1 changed files with
1 additions and
1 deletions
-
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); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|