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