Die Bohnenranke wächst.
This commit is contained in:
4
tomb.py
4
tomb.py
@@ -60,6 +60,10 @@ def verarbeiteBefehl(parsedCommand):
|
||||
actionmodul.schlage(parsedCommand)
|
||||
elif id == '25':
|
||||
actionmodul.sprich(parsedCommand)
|
||||
elif id == '26':
|
||||
actionmodul.leere(parsedCommand)
|
||||
elif id == '27':
|
||||
actionmodul.fuelle(parsedCommand)
|
||||
elif id == '-1':
|
||||
world.fehler = 'Ich verstehe diesen Befehl nicht'
|
||||
else:
|
||||
|
Reference in New Issue
Block a user