Sfoglia il codice sorgente

Fixed stench not inheriting the active properly in some cases

tags/v1.0.0
Fen Dweller 6 anni fa
parent
commit
3abcb3c4d2
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: E80B35A6F11C3656
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      game.js

+ 1
- 1
game.js Vedi File

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



Loading…
Annulla
Salva