fu
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from Event import Event
|
||||
|
||||
class TunnelEvent(Event):
|
||||
def __init__(self, playerState):
|
||||
def __init__(self, gameState):
|
||||
super().__init__("Tunnel Event")
|
||||
self.gameState = playerState
|
||||
self.gameState = gameState
|
||||
|
||||
def trigger(self, target):
|
||||
super().trigger(target)
|
||||
|
||||
Reference in New Issue
Block a user