Преглед на файлове

Fixed arousal limit not being respected

tags/v0.2.8
Fen Dweller преди 7 години
родител
ревизия
9fb1aab29f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      vore.js

+ 1
- 1
vore.js Целия файл

@@ -186,7 +186,7 @@ function Player(name = "Player") {
this.arousal += this.arousalRate * this.womb.fullnessPercent();
this.arousal += this.arousalRate * this.breasts.fullnessPercent();

if (this.arousal > 100) {
if (this.arousal > this.arousalLimit()) {
update(this.orgasm());
}
};


Loading…
Отказ
Запис