playerstate to prop
This commit is contained in:
@@ -7,13 +7,13 @@ class SpecialEvent(Event):
|
||||
self.playerState = playerState
|
||||
|
||||
def replay(self):
|
||||
self.playerState().setReplayBall()
|
||||
self.playerState.setReplayBall()
|
||||
|
||||
def extra_ball(self):
|
||||
self.playerState().addBall()
|
||||
self.playerState.addBall()
|
||||
|
||||
def points(self):
|
||||
self.playerState().addPoints(self.points)
|
||||
self.playerState.addPoints(self.points)
|
||||
|
||||
def super_bonus(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user