Explorar el Código
Fixed stench not inheriting the active properly in some cases
tags/v1.0.0
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: E80B35A6F11C3656
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
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); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|