Die Bohnenranke wächst.

This commit is contained in:
Olli Graf
2022-05-22 19:29:18 +02:00
parent 1b26d00042
commit c2aca6cf07
9 changed files with 145 additions and 15 deletions

View File

@@ -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: