Loch erreichbar.

Beschreibung abhängig vom Zustand der Fackel
This commit is contained in:
Olli Graf
2022-06-09 19:02:15 +02:00
parent 5efd052927
commit 6905936fc3
8 changed files with 118 additions and 29 deletions

View File

@@ -70,6 +70,10 @@ def verarbeiteBefehl(parsedCommand):
actionmodul.wirf(parsedCommand)
elif id == '29':
actionmodul.gib(parsedCommand)
elif id == '30':
actionmodul.entzuende(parsedCommand)
elif id == '31':
actionmodul.loesche(parsedCommand)
elif id == '-1':
world.fehler = 'Ich verstehe diesen Befehl nicht'
else:
@@ -146,6 +150,9 @@ def inputLoop(stdscr):
elif debugcommand[1] == 'hafen':
testmodul.testHafen()
elif debugcommand[1] == 'insel':
testmodul.testInsel()
world.fehler = ''