This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
stroll
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Wiki
Activity
Browse Source
Fixed stomps ignoring footwear when molten
tags/v0.7.0^2
Fen Dweller
7 years ago
parent
b541cfcaf6
commit
339f0192f4
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
game.js
+ 1
- 1
game.js
View File
@@ -1913,7 +1913,7 @@ function chew()
function stomp()
function stomp()
{
{
if (macro.gooMolten) {
if (macro.gooMolten
&& !macro.footShoeWorn && !macro.footSockWorn
) {
stomp_goo();
stomp_goo();
return;
return;
}
}
Write
Preview
Loading…
Cancel
Save