Merged Events and EncounterModifier into module EventHandlers

This commit is contained in:
Maruno17
2021-12-30 18:59:35 +00:00
parent a6c092a574
commit 7da449aec3
28 changed files with 812 additions and 807 deletions

View File

@@ -59,7 +59,7 @@ class Spriteset_Map
@character_sprites.push(sprite)
end
@weather = RPG::Weather.new(@@viewport1)
pbOnSpritesetCreate(self, @@viewport1)
EventHandlers.trigger(:on_new_spriteset_map, self, @@viewport1)
update
end