瀏覽代碼

Fixed sheath stuffing not working

tags/v0.7.0
Fen Dweller 7 年之前
父節點
當前提交
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);



Loading…
取消
儲存