pyukumumu

This commit is contained in:
infinitefusion
2022-03-13 14:53:55 -04:00
parent 79f63485a3
commit a8073ef6d8
20 changed files with 12 additions and 7 deletions

View File

@@ -143,12 +143,7 @@ class Game_Player < Game_Character
return nil
end
def pbFacingTerrainTag(dir = nil)
dir = self.direction if !dir
return $MapFactory.getFacingTerrainTag(dir, self) if $MapFactory
facing = pbFacingTile(dir, self)
return $game_map.terrain_tag(facing[1], facing[2])
end
#-----------------------------------------------------------------------------
# * Passable Determinants