Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
stroll
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
11
Wiki
Attività
Sfoglia il codice sorgente
Fixed stench not inheriting the active properly in some cases
tags/v1.0.0
Fen Dweller
6 anni fa
parent
8e2190e5a7
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
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
);
}
}
Write
Preview
Loading…
Annulla
Salva