diff --git a/ActionModul.py b/ActionModul.py index c124a15..57784b2 100644 --- a/ActionModul.py +++ b/ActionModul.py @@ -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}') diff --git a/map.txt b/map.txt index 8895c39..4caa481 100644 --- a/map.txt +++ b/map.txt @@ -1,3 +1,4 @@ + Wohnzimmer ^ | @@ -20,6 +21,11 @@ | | V V Brachland kleines Feld + ^(1) + + (1) + Himmelspfad + diff --git a/world.xml b/world.xml index 5ba9ded..129002e 100644 --- a/world.xml +++ b/world.xml @@ -93,6 +93,13 @@ + + Brachland. Hier wächst nicht viel abgesehen von einer einzelnen Bohnenranke. + + + + + Brachland. Hier wächst nicht viel abgesehen von einer einzelnen Bohnenranke. @@ -135,6 +142,8 @@ + + @@ -181,6 +190,7 @@ + @@ -196,6 +206,7 @@ +