Kaynağa Gözat

Fixed stench not inheriting the active properly in some cases

tags/v1.0.0
Fen Dweller 6 yıl önce
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
  1. +1
    -1
      game.js

+ 1
- 1
game.js Dosyayı Görüntüle

@@ -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);
}
}



Yükleniyor…
İptal
Kaydet