Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
clonk2u
/
feast-classic
forkato da
chemicalcrux/feast-classic
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Prey are only mentioned in scat if they have it enabled
tags/v0.2.8
Fen Dweller
7 anni fa
parent
8345b1045b
commit
9647beda49
2 ha cambiato i file
con
3 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
customs.js
+2
-1
vore.js
+ 1
- 0
customs.js
Vedi File
@@ -27,6 +27,7 @@ function Geta() {
this.struggles.push(new rub(this));
this.prefs.scat = false;
this.prefs.analVore = false;
}
+ 2
- 1
vore.js
Vedi File
@@ -330,7 +330,8 @@ function WasteContainer(name) {
};
this.finish = function(prey) {
this.contents.push(prey);
if (prey.prefs.scat)
this.contents.push(prey);
};
}
Write
Preview
Loading…
Annulla
Salva