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

@@ -130,6 +130,7 @@ class Game_Event < Game_Character
return @map_id == $game_map.map_id && at_coordinate?($game_player.x, $game_player.y)
end
def over_trigger?
return false if @character_name != "" && !@through
return false if @event.name[/hiddenitem/i]