Loch erreichbar.
Beschreibung abhängig vom Zustand der Fackel
This commit is contained in:
7
tomb.py
7
tomb.py
@@ -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 = ''
|
||||
|
||||
|
Reference in New Issue
Block a user