mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
mahogany gym fix
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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]
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user