uto: bis zur Klippe.
This commit is contained in:
4
tomb.py
4
tomb.py
@@ -74,6 +74,8 @@ def verarbeiteBefehl(parsedCommand):
|
||||
actionmodul.entzuende(parsedCommand)
|
||||
elif id == '31':
|
||||
actionmodul.loesche(parsedCommand)
|
||||
elif id == '32':
|
||||
actionmodul.spring(parsedCommand)
|
||||
elif id == '-1':
|
||||
world.fehler = 'Ich verstehe diesen Befehl nicht'
|
||||
else:
|
||||
@@ -152,6 +154,8 @@ def inputLoop(stdscr):
|
||||
testmodul.testHafen()
|
||||
elif debugcommand[1] == 'insel':
|
||||
testmodul.testInsel()
|
||||
elif debugcommand[1] == 'klippe':
|
||||
testmodul.testKlippe()
|
||||
|
||||
|
||||
world.fehler = ''
|
||||
|
Reference in New Issue
Block a user