소스 검색

Fixed sheath stuffing not working

tags/v0.7.0
Fen Dweller 8 년 전
부모
커밋
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);



불러오는 중...
취소
저장