This commit is contained in:
Jonas Zeunert
2022-09-03 14:57:07 +02:00
parent db8075016c
commit 7c0937d329
3 changed files with 32 additions and 3 deletions

View File

@@ -132,3 +132,9 @@ BONUS_LAMPS = LampGroup([
Lamp("Bonus 19000"),
Lamp("Bonus 20000")
])
ORANGE_SPECIAL_LAMPS = LampGroup([
Lamp("Special 100000 Points"),
Lamp("Special 200000 Points"),
Lamp("Special 300000 Points")
])