浏览代码

Manual crop swallow works

tags/v0.7.1
Fen Dweller 7 年前
父节点
当前提交
e44d69b6e7
共有 2 个文件被更改,包括 10 次插入0 次删除
  1. +9
    -0
      game.js
  2. +1
    -0
      stroll.html

+ 9
- 0
game.js 查看文件

@@ -1887,6 +1887,11 @@ function digest_paws() {
digest_all(macro.pawsVore);
}

function crop_swallow()
{
digest_all(macro.crop);
}


function feed()
{
@@ -4127,6 +4132,10 @@ function startGame(e) {
enable_button("digest_stomach");
}

if (macro.cropEnabled && macro.cropTransferTime == 0) {
enable_button("crop_swallow");
}

enable_panel("paws");

enable_button("stomp");


+ 1
- 0
stroll.html 查看文件

@@ -213,6 +213,7 @@

<div class="action-tab" id="actions-body">
<button class="action-button" id="button-action-feed">Eat</button>
<button class="action-button" id="button-action-crop_swallow">Crop Swallow</button>
<button class="action-button" id="button-action-digest_stomach">Digest</button>
<button class="action-button" id="button-action-chew">Chew</button>
<button class="action-button" id="button-action-vomit">Vomit</button>


正在加载...
取消
保存