playerstate to prop

This commit is contained in:
Jonas Zeunert
2022-05-07 14:07:55 +02:00
parent 83cb1c26b4
commit e03d0e7aa5
20 changed files with 43 additions and 40 deletions

View File

@@ -8,4 +8,4 @@ class FixedTargetEvent(Event):
def trigger(self, target):
super().trigger(target)
self.playerState().advanceTunnel()
self.playerState.advanceTunnel()