Kaynağa Gözat

Fixed milk production depending on womb scale

tags/v1.0.0
Fen Dweller 7 yıl önce
ebeveyn
işleme
603237c143
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      game.js

+ 1
- 1
game.js Dosyayı Görüntüle

@@ -1209,7 +1209,7 @@ let macro =
},

"fillBreasts": function(self) {
self.milkStorage.amount += self.scaling(self.baseLactationProduction / 10 / 1000, self.scale * self.wombScale, 3);
self.milkStorage.amount += self.scaling(self.baseLactationProduction / 10 / 1000, self.scale * self.breastScale, 3);

if (self.milkStorage.amount > self.milkStorage.limit) {
breast_milk(self.milkStorage.amount - self.milkStorage.limit);


Yükleniyor…
İptal
Kaydet