Klettern am Rankgitter.

Planke
This commit is contained in:
Olli Graf
2022-04-27 20:57:24 +02:00
parent db0493c49f
commit 23730e99ec
4 changed files with 20 additions and 6 deletions

View File

@@ -47,6 +47,8 @@ def verarbeiteBefehl(parsedCommand):
actionmodul.stelle(parsedCommand)
elif id == '20':
actionmodul.oeffne(parsedCommand)
elif id == '21':
actionmodul.klettere(parsedCommand)
elif id == '-1':
world.fehler = 'Ich verstehe diesen Befehl nicht'
else: