mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
Added Effects and HitPointsVisualization
This commit is contained in:
parent
bd5bbb4995
commit
44bcab8cc2
7 changed files with 412 additions and 27 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue