lamps und so

This commit is contained in:
Jonas Zeunert
2022-06-07 00:16:02 +02:00
parent c67cce5dcc
commit 4bae555e0e

View File

@@ -28,11 +28,6 @@ class LampGroup:
def deactivateCurrent(self):
self.lamps[self.currentLamp].deactivate()
if self.currentLamp == 0:
return
self.currentLamp -= 1
PLAYER_LAMPS = LampGroup([
Lamp("Can Play 1"),
Lamp("Can Play 2"),