Просмотр исходного кода

Fixed sheath stuffing not working

tags/v0.7.0
Fen Dweller 7 лет назад
Родитель
Сommit
e7aa147252
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      game.js

+ 2
- 2
game.js Просмотреть файл

@@ -2086,8 +2086,8 @@ function unbirth()

function sheath_stuff()
{
let area = Math.min(macro.handArea, macro.dickArea, macro.sameSizeVore);
let prey = getPrey(biome, area);
let area = Math.min(macro.handArea, macro.dickArea);
let prey = getPrey(biome, area, macro.sameSizeVore);
let line = describe("sheath-stuff", prey, macro, verbose);
let linesummary = summarize(prey.sum(), false);



Загрузка…
Отмена
Сохранить