You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Right click menus going off-screen alesan99#563
Fix shells hitting moving blocks alesan99#538
Fix game closing immmediately on crash
Update version number
Copy file name to clipboardexpand all lines: enemies/koopa.lua
+3-1
Original file line number
Diff line number
Diff line change
@@ -685,7 +685,7 @@ function koopa:rightcollide(a, b)
685
685
end
686
686
687
687
functionkoopa:hitwall(a, b, dir)
688
-
ifa=="tile" ora=="portalwall" ora=="spring" ora=="donut" ora=="springgreen" ora=="bigmole" ora=="muncher" or (a=="flipblock" andnotb.flippable) ora=="frozencoin" ora=="buttonblock" or (a=="enemy" and (b.resistsenemykillorb.resistseverything)) ora=="clearpipesegment" then
688
+
ifa=="tile" ora=="portalwall" ora=="spring" ora=="donut" ora=="springgreen" ora=="bigmole" ora=="muncher" or (a=="flipblock" andnotb.flippable) ora=="frozencoin" ora=="buttonblock" or (a=="enemy" and (b.resistsenemykillorb.resistseverything)) ora=="clearpipesegment" ora=="tilemoving" then
689
689
ifself.smallthen
690
690
ifnotself.staystillfallthen
691
691
ifself.t=="bigkoopa" orself.t=="bigbeetle" then
@@ -730,6 +730,8 @@ function koopa:hitwall(a, b, dir)
0 commit comments