Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
chemicalcrux
/
feast-classic
Suivre
1
Ajouter aux favoris
0
Bifurcation
1
Code
Tickets
0
Demandes d'ajout
0
Versions
2
Wiki
Activité
Parcourir la source
Prey are only mentioned in scat if they have it enabled
tags/v0.2.8
Fen Dweller
il y a 7 ans
Parent
8345b1045b
révision
9647beda49
2 fichiers modifiés
avec
3 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-0
customs.js
+2
-1
vore.js
+ 1
- 0
customs.js
Voir le fichier
@@ -27,6 +27,7 @@ function Geta() {
this.struggles.push(new rub(this));
this.prefs.scat = false;
this.prefs.analVore = false;
}
+ 2
- 1
vore.js
Voir le fichier
@@ -330,7 +330,8 @@ function WasteContainer(name) {
};
this.finish = function(prey) {
this.contents.push(prey);
if (prey.prefs.scat)
this.contents.push(prey);
};
}
Écrire
Aperçu
Chargement…
Annuler
Enregistrer