Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
chemicalcrux
/
feast-classic
İzle
1
Yıldızla
0
Çatalla
1
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
2
Wiki
Aktivite
Kaynağa Gözat
Prey are only mentioned in scat if they have it enabled
tags/v0.2.8
Fen Dweller
8 yıl önce
ebeveyn
8345b1045b
işleme
9647beda49
2 değiştirilmiş dosya
ile
3 ekleme
ve
1 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-0
customs.js
+2
-1
vore.js
+ 1
- 0
customs.js
Dosyayı Görüntüle
@@ -27,6 +27,7 @@ function Geta() {
this.struggles.push(new rub(this));
this.prefs.scat = false;
this.prefs.analVore = false;
}
+ 2
- 1
vore.js
Dosyayı Görüntüle
@@ -330,7 +330,8 @@ function WasteContainer(name) {
};
this.finish = function(prey) {
this.contents.push(prey);
if (prey.prefs.scat)
this.contents.push(prey);
};
}
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet