This commit is contained in:
Ayush Saini 2021-04-07 03:58:40 +05:30
parent 14007f0b0e
commit e9f6da8a2e
13 changed files with 76 additions and 70 deletions

View file

@ -70,8 +70,8 @@ class PlayerSpaz(Spaz):
self.last_player_held_by: Optional[ba.Player] = None
self._player = player
self._drive_player_position()
import custom_hooks
custom_hooks.playerspaz_init(self._player)
from spazmod import modifyspaz
modifyspaz.main(self.node,self._player)
# Overloads to tell the type system our return type based on doraise val.