du
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
from events.SpecialEvent import SpecialEvent
|
from events.SpecialEvent import SpecialEvent
|
||||||
|
|
||||||
import config
|
|
||||||
|
|
||||||
|
from lamps.Lamp import Lamp
|
||||||
|
|
||||||
class OrangeSpecialEvent(SpecialEvent):
|
class OrangeSpecialEvent(SpecialEvent):
|
||||||
def __init__(self, gameState):
|
def __init__(self, gameState):
|
||||||
super().__init__("Orange Special Event", gameState)
|
super().__init__("Orange Special Event", gameState)
|
||||||
|
Lamp("Special Orange").activate()
|
||||||
self.points = 100000
|
self.points = 100000
|
||||||
|
|
||||||
def trigger(self, target):
|
def trigger(self, target):
|
||||||
|
|||||||
Reference in New Issue
Block a user