Explorar el Código

Manual crop swallow works

tags/v0.7.1
Fen Dweller hace 7 años
padre
commit
e44d69b6e7
Se han modificado 2 ficheros con 10 adiciones y 0 borrados
  1. +9
    -0
      game.js
  2. +1
    -0
      stroll.html

+ 9
- 0
game.js Ver fichero

@@ -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 Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar