Kaynağa Gözat
Fixed stench not inheriting the active properly in some cases
tags/v1.0.0
ebeveyn
işleme
3abcb3c4d2
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: E80B35A6F11C3656
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
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); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|