mahogany gym fix

This commit is contained in:
infinitefusion
2021-12-23 16:31:32 -05:00
parent cf5a86f0aa
commit fa79640115
8 changed files with 8 additions and 3 deletions

View File

@@ -198,8 +198,9 @@ class Game_Map
end
return false
# Can't walk onto ice
elsif terrain.ice
return false
# removed for mahogany gym. idk if this will cause problems, hopefully not
# elsif terrain.ice
# return false
elsif self_event != nil && self_event.x == x && self_event.y == y
# Can't walk onto ledges
for j in [2, 1, 0]