diff --git a/game.js b/game.js index 8f9e11f..c8567de 100644 --- a/game.js +++ b/game.js @@ -100,7 +100,7 @@ let macro = case "hoof": result = plural ? "hooves" : "hoof"; break; - case "feet": + case "foot": case "avian": result = plural ? "feet" : "foot"; break; @@ -167,7 +167,7 @@ let macro = case "hoof": result = plural ? "toes" : "toe"; break; - case "feet": + case "foot": result = plural ? "toes" : "toe"; break; case "avian": @@ -411,7 +411,7 @@ let macro = }, "digest": function(owner,organ) { - setTimeout(function() { owner.digest(owner,organ); }, 100); + setTimeout(function() { owner.digest(owner,organ); }, 5000); let count = Math.min(organ.contents.length, organ.maxDigest); @@ -1674,6 +1674,9 @@ function stomp() } function stomp_wedge() { + if (macro.footType == "hoof") + return; + let area = 0; if (!macro.footWear || (!macro.footSockWorn && !macro.footShoeWorn)) @@ -3531,7 +3534,10 @@ function startGame(e) { enable_panel("body"); enable_button("feed"); enable_button("stomp"); - enable_button("flex_toes"); + + if (macro.footType != "hoof") + enable_button("flex_toes"); + enable_button("sit"); enable_button("grind"); diff --git a/stroll.html b/stroll.html index 7662ad1..2b3c3a5 100644 --- a/stroll.html +++ b/stroll.html @@ -89,7 +89,7 @@
-
Welcome to Stroll 0.5.23
+
Welcome to Stroll 0.5.24
This game features 18+ content
It's a nice day for a walk
 
@@ -182,7 +182,7 @@
-

Welcome to Stroll 0.5.22

+

Welcome to Stroll 0.5.24

This game features 18+ content

Changelog

Telegram discussion group