diff --git a/ActionModul.py b/ActionModul.py index 4cc501b..a476cb0 100644 --- a/ActionModul.py +++ b/ActionModul.py @@ -108,6 +108,9 @@ class ActionModul(ActionBasics): item.zustand = item.OFFEN self.macheItemSichtbar(karte) self.vanishItem(item) + elif item.id == self.world.ITEM_KUEHLSCHRANK: + logging.debug('öffne Kühlschrank') + self.world.printText('zuul') diff --git a/World.py b/World.py index 240a769..f1972c5 100644 --- a/World.py +++ b/World.py @@ -414,6 +414,8 @@ class World: self.ITEM_KOPF = '42' self.ITEM_MAUER = '43' self.ITEM_LOCH = '44' + self.ITEM_PLAKETTE = '45' + self.ITEM_KUEHLSCHRANK = '46' # Räume diff --git a/data/__pycache__/Raum.cpython-38.pyc b/data/__pycache__/Raum.cpython-38.pyc index 3689a35..6c7cc3d 100644 Binary files a/data/__pycache__/Raum.cpython-38.pyc and b/data/__pycache__/Raum.cpython-38.pyc differ diff --git a/data/__pycache__/__init__.cpython-38.pyc b/data/__pycache__/__init__.cpython-38.pyc index 75c81d1..f528c32 100644 Binary files a/data/__pycache__/__init__.cpython-38.pyc and b/data/__pycache__/__init__.cpython-38.pyc differ diff --git a/map.txt b/map.txt index c2fcfa1..87d432d 100644 --- a/map.txt +++ b/map.txt @@ -3,7 +3,7 @@ ^ | V - Schlafzimmer<-->Flur + Schlafzimmer<-->Flur<--> Küche ^ | V @@ -11,10 +11,10 @@ ^ | V - Bach<-->Teich - ^ - | - V + Stall Bach<-->Teich + ^ ^ + | | + V V Wiese<------->Feld ^ ^ | | diff --git a/world.xml b/world.xml index 75aeef6..086d803 100644 --- a/world.xml +++ b/world.xml @@ -16,6 +16,7 @@ + Du stehst in Flur vor der Eingangstür, die nach Süden ins Freie führt. Rechts von der Tür hängt ein abstraktes Bild, links steht eine Pflanze in einer Nische. @@ -84,6 +85,7 @@ + @@ -268,6 +270,20 @@ + + + +Du stehst in einem leeren Pferdestall. Der Boden besteht aus festgestampfter Erde. +Am Tor ist eine Namenplakette angebracht. + + + + + +Du stehst in der Küche. In der Ecke steht ein Kühlschrank. + + + @@ -378,6 +394,8 @@ + + @@ -468,6 +486,10 @@ Der Kopf repräsentiert einen dir unbekannten Mann, der würdevoll über seine linke Schulter schaut. + + Horst. + Der Pferd heisst Horst. + Im Tunnel ist es zu dunkel, um etwas zu sehen. Aber du spürst einen leichten Wind, der von Osten durch den Tunnel weht. @@ -485,6 +507,12 @@ der Oberkörper ist frei. Er scheint offensichtlich zu frieren. + + *** * * * * * + * * * * * * + * * * * * * + **** ***** ***** ***** + Das Grab des Azteken ist ein klassisches Textadventure. Es ist eine Adaption des gleichnamigen Adventures auf dem C64.