gehe funktioniert wieder.

hilfe Kommando.
This commit is contained in:
Olli Graf
2022-05-14 10:16:06 +02:00
parent 5b0b25cec1
commit 0a0ffcbc5f
5 changed files with 27 additions and 8 deletions

View File

@@ -54,6 +54,8 @@ def verarbeiteBefehl(parsedCommand):
actionmodul.klettere(parsedCommand)
elif id == '22':
actionmodul.fange(parsedCommand)
elif id == '23':
actionmodul.hilfe()
elif id == '-1':
world.fehler = 'Ich verstehe diesen Befehl nicht'
else: