Ver código fonte

Fixed breasts being milked every 100ms

tags/v1.0.0
Fen Dweller 6 anos atrás
pai
commit
56933840dd
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: E80B35A6F11C3656
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      game.js

+ 1
- 1
game.js Ver arquivo

@@ -1226,7 +1226,7 @@ let macro =
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);
breast_milk(self.milkStorage.amount - self.milkStorage.limit/2);
}

if (self.milkStorage.amount > self.milkStorage.limit) {


Carregando…
Cancelar
Salvar