hidden ability maps

This commit is contained in:
infinitefusion
2021-07-28 20:18:51 -04:00
parent 2b9f96d07c
commit 980517c0a2
5 changed files with 39 additions and 3 deletions

View File

@@ -319,7 +319,8 @@ class Game_Character
begin
return z + self.map.priorities[@tile_id] * 32
rescue
raise "Event's graphic is an out-of-range tile (event #{@id}, map #{self.map.map_id})"
return 0
#raise "Event's graphic is an out-of-range tile (event #{@id}, map #{self.map.map_id})"
end
end
# Add z if height exceeds 32