Added Effects and HitPointsVisualization

This commit is contained in:
FireFighter1027 2021-05-03 16:04:51 +05:30
parent bd5bbb4995
commit 44bcab8cc2
7 changed files with 412 additions and 27 deletions

View file

@ -71,7 +71,7 @@ class PlayerSpaz(Spaz):
self._player = player
self._drive_player_position()
from spazmod import modifyspaz
modifyspaz.main(self.node,self._player)
modifyspaz.main(self, self.node, self._player)
# Overloads to tell the type system our return type based on doraise val.