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
işleme
9647beda49
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. +1
    -0
      customs.js
  2. +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);
};
}



Yükleniyor…
İptal
Kaydet