Przeglądaj źródła

Fixed stench not inheriting the active properly in some cases

tags/v1.0.0
Fen Dweller 7 lat temu
rodzic
commit
3abcb3c4d2
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: E80B35A6F11C3656
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      game.js

+ 1
- 1
game.js Wyświetl plik

@@ -3547,7 +3547,7 @@ function scat(vol, active=true) {
macro.arouse(50); macro.arouse(50);


if (macro.stenchEnabled && macro.baseScatStenchArea > 0) { if (macro.stenchEnabled && macro.baseScatStenchArea > 0) {
scat_stench(area*macro.baseScatStenchArea);
scat_stench(area*macro.baseScatStenchArea, active);
} }
} }




Ładowanie…
Anuluj
Zapisz