Jacke -> Zwerg -> Schachtel -> Karte

This commit is contained in:
Olli Graf
2022-05-29 16:20:40 +02:00
parent 9cfbf2e0aa
commit 25cc73ccf9
5 changed files with 47 additions and 8 deletions

View File

@@ -68,6 +68,8 @@ def verarbeiteBefehl(parsedCommand):
actionmodul.fuelle(parsedCommand)
elif id == '28':
actionmodul.wirf(parsedCommand)
elif id == '29':
actionmodul.gib(parsedCommand)
elif id == '-1':
world.fehler = 'Ich verstehe diesen Befehl nicht'
else: