Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
clonk2u
/
feast-classic
forkattu lähteestä
chemicalcrux/feast-classic
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
Prey are only mentioned in scat if they have it enabled
tags/v0.2.8
Fen Dweller
8 vuotta sitten
vanhempi
8345b1045b
commit
9647beda49
2 muutettua tiedostoa
jossa
3 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
customs.js
+2
-1
vore.js
+ 1
- 0
customs.js
Näytä tiedosto
@@ -27,6 +27,7 @@ function Geta() {
this.struggles.push(new rub(this));
this.prefs.scat = false;
this.prefs.analVore = false;
}
+ 2
- 1
vore.js
Näytä tiedosto
@@ -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…
Peruuta
Tallenna