Himmelspfad & Elefant

This commit is contained in:
Olli Graf
2022-05-22 11:04:43 +02:00
parent d67f6903c7
commit 1b26d00042
3 changed files with 23 additions and 0 deletions

View File

@@ -166,6 +166,12 @@ class ActionModul:
if item.id == self.world.ITEM_BOXSACK:
self.setFehler('Der Boxsack sagt: Hmm, hmm?')
def leere(self, parsedCommand):
skip
def fuelle(self, parsedCommand):
skip
def zeigeItemBeschreibung(self,item):
self.world.printText(f'item-{item.id}')