This commit is contained in:
DepressedTWM 2026-06-15 09:25:11 -04:00
parent f5d2816753
commit 9fa0dbb601
2 changed files with 0 additions and 2 deletions

View file

@ -22,7 +22,6 @@ class Game_Actor < Game_Battler
#--------------------------------------------------------------------------
def initialize(actor_id)
super()
RPG::Mod.exec_hooks("hooks/Game_Actor/init", binding)
setup(actor_id)
end
#--------------------------------------------------------------------------

View file

@ -11,7 +11,6 @@ class Game_Actors
#--------------------------------------------------------------------------
def initialize
@data = []
RPG::Mod.exec_hooks("hooks/Game_Actors/init", binding)
end
#--------------------------------------------------------------------------
# * Get Actor