Auto bis Tal.
This commit is contained in:
7
tomb.py
7
tomb.py
@@ -66,6 +66,8 @@ def verarbeiteBefehl(parsedCommand):
|
||||
actionmodul.leere(parsedCommand)
|
||||
elif id == '27':
|
||||
actionmodul.fuelle(parsedCommand)
|
||||
elif id == '28':
|
||||
actionmodul.wirf(parsedCommand)
|
||||
elif id == '-1':
|
||||
world.fehler = 'Ich verstehe diesen Befehl nicht'
|
||||
else:
|
||||
@@ -120,9 +122,14 @@ def inputLoop(stdscr):
|
||||
testmodul.testTeich()
|
||||
elif debugcommand[1] == 'ranke':
|
||||
testmodul.testRanke()
|
||||
elif debugcommand[1] == 'tal':
|
||||
testmodul.testTal()
|
||||
|
||||
world.fehler = ''
|
||||
|
||||
|
||||
else:
|
||||
actionmodul.clearFehler()
|
||||
parsedCommand = world.parseInput(command)
|
||||
commandid = parsedCommand.commandid
|
||||
verarbeiteBefehl(parsedCommand)
|
||||
|
Reference in New Issue
Block a user