sprechen mit dem Geist enthüllt den Auftrag.

This commit is contained in:
Olli Graf
2022-05-18 19:41:56 +02:00
parent 0651532a56
commit 15132268d0
4 changed files with 43 additions and 5 deletions

View File

@@ -58,6 +58,8 @@ def verarbeiteBefehl(parsedCommand):
actionmodul.hilfe(parsedCommand)
elif id == '24':
actionmodul.schlage(parsedCommand)
elif id == '25':
actionmodul.sprich(parsedCommand)
elif id == '-1':
world.fehler = 'Ich verstehe diesen Befehl nicht'
else: