uto: bis zur Klippe.

This commit is contained in:
Olli Graf
2022-06-11 14:08:42 +02:00
parent 3b848ffb80
commit 0ff17aac13
7 changed files with 48 additions and 6 deletions

View File

@@ -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 = ''