diff --git a/ATL/Pooh/objects.atl b/ATL/Pooh/objects.atl index d7643be..75caa6e 100644 --- a/ATL/Pooh/objects.atl +++ b/ATL/Pooh/objects.atl @@ -11,6 +11,11 @@ define-item "Hunny" description "A jar full to the brim of delicious, golden honey. Hmmmm..." +define-item "Letter" + description "A closed letter, addressed to Somebody in Christopher Robin's + handwriting. You think it's a letter to you, but as you are just + a Bear of Very Little Brain, you have no way of reading it..." + define-item "Pooh's sign" description " +--------------+ @@ -38,6 +43,7 @@ || || ============================= " + fixed define-item "Bellrope" description "This rope looks perfectly designed to be pulled. The designer @@ -65,7 +71,18 @@ moment it will show you one thing, the next something completely different. Yet, looking at it, you have the very distinct impression that it wants you to walk up a hill." - cost 50 + cost 50 + +define-item "Grandfather's cane" + description "Piglet's grandfather used to carry this cane around with him. + And woe to any young animal who dared to be disrespectful!" + weapon + +define-weapon "Grandfather's cane" + description "Piglet's grandfather used to carry this cane around with him. + And woe to any young animal who dared to be disrespectful!" + type "Cane" + damage 3 ; NPCs @@ -95,6 +112,7 @@ big words - if you can understand him, it's usually worth listening." says "The climatic conditions appear to foreshadow a certain amount of precipitation tonight, don't you agree?" + quest "Reading material" define-npc "Christopher Robin" description "Christopher Robin is Pooh's oldest friend. He's known him for @@ -158,9 +176,10 @@ know where to look. Perhaps one of Rabbit's friends-and-relations has nicked it, or the Heffalump stole it. That would be just like them, don't you think?" - say-after "Well, would you have a look, you actually found it. I suppose I - ought to give you something for your troubles, though I really - don't have much to give. But here, take this pot of honey." + say-after "Well, would you have a look, you actually found my tail. I + suppose I ought to give you something for your troubles, + though I really don't have much to give. But here, take + this pot of honey." proof-item "Bellrope" reward-item "Hunny" experience 10 @@ -175,3 +194,29 @@ proof-item "Hunny" experience 5 money 5 + +define-quest "Reading material" + say-before "I feel in dire need of intellectual stimulation, yet I fear that + my library has few novelties left. If you bring me something + new to read, I shall thank you by reading it to you - after + all, you do not always wish to remain a Bear of Very Little + Brain, do you?" + say-after "Well, you actually found something for me to read! Let's see, + what have we here? A letter? Let's see what it says: + Hmm, harrumph. 'Dear Pooh', hm, this is bad handwriting, + 'Dear Pooh, I have something Very Important to tell you. Come + and meet me quickly at the Galleon's Lap. Your's sinsirly, + Christopher Robin.'" + proof-item "Letter" + experience 5 + +; MONSTERS + +define-monster "Heffalump" + description "It's too dark to see the heffalump properly, but you get the + impression that it is pretty big. Not as big as you expected + a full-grown heffalump to be, though. Looking closer, you see + four legs - or is that five? - waving around. The thing has + a huge head. Unless those are simply its ears?" + health 10 + item "Hunny" \ No newline at end of file diff --git a/ATL/Pooh/objects.atl b/ATL/Pooh/objects.atl index d7643be..75caa6e 100644 --- a/ATL/Pooh/objects.atl +++ b/ATL/Pooh/objects.atl @@ -11,6 +11,11 @@ define-item "Hunny" description "A jar full to the brim of delicious, golden honey. Hmmmm..." +define-item "Letter" + description "A closed letter, addressed to Somebody in Christopher Robin's + handwriting. You think it's a letter to you, but as you are just + a Bear of Very Little Brain, you have no way of reading it..." + define-item "Pooh's sign" description " +--------------+ @@ -38,6 +43,7 @@ || || ============================= " + fixed define-item "Bellrope" description "This rope looks perfectly designed to be pulled. The designer @@ -65,7 +71,18 @@ moment it will show you one thing, the next something completely different. Yet, looking at it, you have the very distinct impression that it wants you to walk up a hill." - cost 50 + cost 50 + +define-item "Grandfather's cane" + description "Piglet's grandfather used to carry this cane around with him. + And woe to any young animal who dared to be disrespectful!" + weapon + +define-weapon "Grandfather's cane" + description "Piglet's grandfather used to carry this cane around with him. + And woe to any young animal who dared to be disrespectful!" + type "Cane" + damage 3 ; NPCs @@ -95,6 +112,7 @@ big words - if you can understand him, it's usually worth listening." says "The climatic conditions appear to foreshadow a certain amount of precipitation tonight, don't you agree?" + quest "Reading material" define-npc "Christopher Robin" description "Christopher Robin is Pooh's oldest friend. He's known him for @@ -158,9 +176,10 @@ know where to look. Perhaps one of Rabbit's friends-and-relations has nicked it, or the Heffalump stole it. That would be just like them, don't you think?" - say-after "Well, would you have a look, you actually found it. I suppose I - ought to give you something for your troubles, though I really - don't have much to give. But here, take this pot of honey." + say-after "Well, would you have a look, you actually found my tail. I + suppose I ought to give you something for your troubles, + though I really don't have much to give. But here, take + this pot of honey." proof-item "Bellrope" reward-item "Hunny" experience 10 @@ -175,3 +194,29 @@ proof-item "Hunny" experience 5 money 5 + +define-quest "Reading material" + say-before "I feel in dire need of intellectual stimulation, yet I fear that + my library has few novelties left. If you bring me something + new to read, I shall thank you by reading it to you - after + all, you do not always wish to remain a Bear of Very Little + Brain, do you?" + say-after "Well, you actually found something for me to read! Let's see, + what have we here? A letter? Let's see what it says: + Hmm, harrumph. 'Dear Pooh', hm, this is bad handwriting, + 'Dear Pooh, I have something Very Important to tell you. Come + and meet me quickly at the Galleon's Lap. Your's sinsirly, + Christopher Robin.'" + proof-item "Letter" + experience 5 + +; MONSTERS + +define-monster "Heffalump" + description "It's too dark to see the heffalump properly, but you get the + impression that it is pretty big. Not as big as you expected + a full-grown heffalump to be, though. Looking closer, you see + four legs - or is that five? - waving around. The thing has + a huge head. Unless those are simply its ears?" + health 10 + item "Hunny" \ No newline at end of file diff --git a/ATL/Pooh/place_list.txt b/ATL/Pooh/place_list.txt index af5509d..5c0632a 100644 --- a/ATL/Pooh/place_list.txt +++ b/ATL/Pooh/place_list.txt @@ -22,6 +22,7 @@ Rabbit's house Rabbit's friends and relations Rapids +Stream Christopher Robin's house Owl's porch Owl's home diff --git a/ATL/Pooh/objects.atl b/ATL/Pooh/objects.atl index d7643be..75caa6e 100644 --- a/ATL/Pooh/objects.atl +++ b/ATL/Pooh/objects.atl @@ -11,6 +11,11 @@ define-item "Hunny" description "A jar full to the brim of delicious, golden honey. Hmmmm..." +define-item "Letter" + description "A closed letter, addressed to Somebody in Christopher Robin's + handwriting. You think it's a letter to you, but as you are just + a Bear of Very Little Brain, you have no way of reading it..." + define-item "Pooh's sign" description " +--------------+ @@ -38,6 +43,7 @@ || || ============================= " + fixed define-item "Bellrope" description "This rope looks perfectly designed to be pulled. The designer @@ -65,7 +71,18 @@ moment it will show you one thing, the next something completely different. Yet, looking at it, you have the very distinct impression that it wants you to walk up a hill." - cost 50 + cost 50 + +define-item "Grandfather's cane" + description "Piglet's grandfather used to carry this cane around with him. + And woe to any young animal who dared to be disrespectful!" + weapon + +define-weapon "Grandfather's cane" + description "Piglet's grandfather used to carry this cane around with him. + And woe to any young animal who dared to be disrespectful!" + type "Cane" + damage 3 ; NPCs @@ -95,6 +112,7 @@ big words - if you can understand him, it's usually worth listening." says "The climatic conditions appear to foreshadow a certain amount of precipitation tonight, don't you agree?" + quest "Reading material" define-npc "Christopher Robin" description "Christopher Robin is Pooh's oldest friend. He's known him for @@ -158,9 +176,10 @@ know where to look. Perhaps one of Rabbit's friends-and-relations has nicked it, or the Heffalump stole it. That would be just like them, don't you think?" - say-after "Well, would you have a look, you actually found it. I suppose I - ought to give you something for your troubles, though I really - don't have much to give. But here, take this pot of honey." + say-after "Well, would you have a look, you actually found my tail. I + suppose I ought to give you something for your troubles, + though I really don't have much to give. But here, take + this pot of honey." proof-item "Bellrope" reward-item "Hunny" experience 10 @@ -175,3 +194,29 @@ proof-item "Hunny" experience 5 money 5 + +define-quest "Reading material" + say-before "I feel in dire need of intellectual stimulation, yet I fear that + my library has few novelties left. If you bring me something + new to read, I shall thank you by reading it to you - after + all, you do not always wish to remain a Bear of Very Little + Brain, do you?" + say-after "Well, you actually found something for me to read! Let's see, + what have we here? A letter? Let's see what it says: + Hmm, harrumph. 'Dear Pooh', hm, this is bad handwriting, + 'Dear Pooh, I have something Very Important to tell you. Come + and meet me quickly at the Galleon's Lap. Your's sinsirly, + Christopher Robin.'" + proof-item "Letter" + experience 5 + +; MONSTERS + +define-monster "Heffalump" + description "It's too dark to see the heffalump properly, but you get the + impression that it is pretty big. Not as big as you expected + a full-grown heffalump to be, though. Looking closer, you see + four legs - or is that five? - waving around. The thing has + a huge head. Unless those are simply its ears?" + health 10 + item "Hunny" \ No newline at end of file diff --git a/ATL/Pooh/place_list.txt b/ATL/Pooh/place_list.txt index af5509d..5c0632a 100644 --- a/ATL/Pooh/place_list.txt +++ b/ATL/Pooh/place_list.txt @@ -22,6 +22,7 @@ Rabbit's house Rabbit's friends and relations Rapids +Stream Christopher Robin's house Owl's porch Owl's home diff --git a/ATL/Pooh/pooh.atl b/ATL/Pooh/pooh.atl index 7eb24f8..0deb983 100644 --- a/ATL/Pooh/pooh.atl +++ b/ATL/Pooh/pooh.atl @@ -14,6 +14,10 @@ define-player "Winnie the Pooh" description "A small but very lovable bear of very little brain." place "Pooh's home" + health 10 + strength 5 + dexterity 5 + constitution 5 ;; XXX Created during development ;define-player "Christopher Robin" diff --git a/ATL/Pooh/objects.atl b/ATL/Pooh/objects.atl index d7643be..75caa6e 100644 --- a/ATL/Pooh/objects.atl +++ b/ATL/Pooh/objects.atl @@ -11,6 +11,11 @@ define-item "Hunny" description "A jar full to the brim of delicious, golden honey. Hmmmm..." +define-item "Letter" + description "A closed letter, addressed to Somebody in Christopher Robin's + handwriting. You think it's a letter to you, but as you are just + a Bear of Very Little Brain, you have no way of reading it..." + define-item "Pooh's sign" description " +--------------+ @@ -38,6 +43,7 @@ || || ============================= " + fixed define-item "Bellrope" description "This rope looks perfectly designed to be pulled. The designer @@ -65,7 +71,18 @@ moment it will show you one thing, the next something completely different. Yet, looking at it, you have the very distinct impression that it wants you to walk up a hill." - cost 50 + cost 50 + +define-item "Grandfather's cane" + description "Piglet's grandfather used to carry this cane around with him. + And woe to any young animal who dared to be disrespectful!" + weapon + +define-weapon "Grandfather's cane" + description "Piglet's grandfather used to carry this cane around with him. + And woe to any young animal who dared to be disrespectful!" + type "Cane" + damage 3 ; NPCs @@ -95,6 +112,7 @@ big words - if you can understand him, it's usually worth listening." says "The climatic conditions appear to foreshadow a certain amount of precipitation tonight, don't you agree?" + quest "Reading material" define-npc "Christopher Robin" description "Christopher Robin is Pooh's oldest friend. He's known him for @@ -158,9 +176,10 @@ know where to look. Perhaps one of Rabbit's friends-and-relations has nicked it, or the Heffalump stole it. That would be just like them, don't you think?" - say-after "Well, would you have a look, you actually found it. I suppose I - ought to give you something for your troubles, though I really - don't have much to give. But here, take this pot of honey." + say-after "Well, would you have a look, you actually found my tail. I + suppose I ought to give you something for your troubles, + though I really don't have much to give. But here, take + this pot of honey." proof-item "Bellrope" reward-item "Hunny" experience 10 @@ -175,3 +194,29 @@ proof-item "Hunny" experience 5 money 5 + +define-quest "Reading material" + say-before "I feel in dire need of intellectual stimulation, yet I fear that + my library has few novelties left. If you bring me something + new to read, I shall thank you by reading it to you - after + all, you do not always wish to remain a Bear of Very Little + Brain, do you?" + say-after "Well, you actually found something for me to read! Let's see, + what have we here? A letter? Let's see what it says: + Hmm, harrumph. 'Dear Pooh', hm, this is bad handwriting, + 'Dear Pooh, I have something Very Important to tell you. Come + and meet me quickly at the Galleon's Lap. Your's sinsirly, + Christopher Robin.'" + proof-item "Letter" + experience 5 + +; MONSTERS + +define-monster "Heffalump" + description "It's too dark to see the heffalump properly, but you get the + impression that it is pretty big. Not as big as you expected + a full-grown heffalump to be, though. Looking closer, you see + four legs - or is that five? - waving around. The thing has + a huge head. Unless those are simply its ears?" + health 10 + item "Hunny" \ No newline at end of file diff --git a/ATL/Pooh/place_list.txt b/ATL/Pooh/place_list.txt index af5509d..5c0632a 100644 --- a/ATL/Pooh/place_list.txt +++ b/ATL/Pooh/place_list.txt @@ -22,6 +22,7 @@ Rabbit's house Rabbit's friends and relations Rapids +Stream Christopher Robin's house Owl's porch Owl's home diff --git a/ATL/Pooh/pooh.atl b/ATL/Pooh/pooh.atl index 7eb24f8..0deb983 100644 --- a/ATL/Pooh/pooh.atl +++ b/ATL/Pooh/pooh.atl @@ -14,6 +14,10 @@ define-player "Winnie the Pooh" description "A small but very lovable bear of very little brain." place "Pooh's home" + health 10 + strength 5 + dexterity 5 + constitution 5 ;; XXX Created during development ;define-player "Christopher Robin" diff --git a/ATL/Pooh/woods.atl b/ATL/Pooh/woods.atl index a85e9f6..04551e9 100644 --- a/ATL/Pooh/woods.atl +++ b/ATL/Pooh/woods.atl @@ -13,6 +13,7 @@ neighbour "Pooh's porch" neighbour "Pooh's branch" item "Hunny" + item "Letter" item "Lamp" ;XXX development define-place "Pooh's porch" @@ -33,9 +34,10 @@ item "Hunny" define-place "Western woods" - description "This is the western part of the 100 Acre Wood. As you would - expect in a wood, it is full of trees. Here, however, there are - not quite that many - mainly young birches." + description "The western forest is dominated by tall coniferous trees, + firs and pines and the like. Bushes grow between the + trunks, forming patches of dense undergrowth." + ;XXX Add berry bushes? neighbour "Pooh's porch" neighbour "Central woods" neighbour "Northern woods" @@ -57,7 +59,10 @@ neighbour "Hill" define-place "Northern woods" - description "TODO" + description "Trees become sparse towards the north of the 100 Acre Wood, + eventually giving out completely to a scraggly heathland. + A quick, bubbling stream flows through the grass, coming + from the rapids in the north." neighbour "Central woods" neighbour "Eastern woods" neighbour "Western woods" @@ -67,9 +72,13 @@ neighbour "Rabbit's house" neighbour "Rabbit's friends and relations" neighbour "Rapids" + neighbour "Stream" define-place "Southern woods" - description "TODO" + description "You can feel the ground becoming soft underneath your feet as + you approach the marshes and bogs to the south of the + 100 Acre wood. Plenty of moss grows around the roots of + the trees. Here and there, are willow bends its branches." neighbour "Central woods" neighbour "Eastern woods" neighbour "Western woods" @@ -80,7 +89,9 @@ neighbour "Bridge" define-place "Eastern woods" - description "TODO" + description "This is the eastern part of the 100 Acre Wood. As you would + expect in a wood, it is full of trees. In this case you + mainly see young birches around you." neighbour "Central woods" neighbour "Northern woods" neighbour "Southern woods" @@ -153,6 +164,7 @@ description "TODO" neighbour "Piglet's porch" npc "Piglet" + item "Grandfather's cane" define-place "Kanga's house" description "TODO" @@ -172,8 +184,13 @@ neighbour "Heffalump trap" define-place "Heffalump trap" - description "TODO" + description "This is a Very Deep Pit that you once dug together with Piglet, + when you were both out to catch a heffalump. Only you didn't + succeed, because Somebody ate the bait before any heffalump + could turn up... But wait - do you see something moving in + the shadows, down in the pit?" neighbour "Six pine trees" + monster "Heffalump" define-place "Bee tree" description "TODO" @@ -194,10 +211,17 @@ description "TODO" item "North Pole" neighbour "Northern woods" + neighbour "Stream" + +define-place "Stream" + description "Whoops! You fell in! Brrr, this water is cold! Better get out + quickly. But that is easier said than done, the current here + is pretty strong..." + neighbour "Floody place" define-place "Christopher Robin's house" description "TODO" - npc "Christopher Robin" + npc "Christopher Robin" ;TODO Move him somewhere else neighbour "Eastern woods" define-place "Owl's porch" diff --git a/ATL/Pooh/objects.atl b/ATL/Pooh/objects.atl index d7643be..75caa6e 100644 --- a/ATL/Pooh/objects.atl +++ b/ATL/Pooh/objects.atl @@ -11,6 +11,11 @@ define-item "Hunny" description "A jar full to the brim of delicious, golden honey. Hmmmm..." +define-item "Letter" + description "A closed letter, addressed to Somebody in Christopher Robin's + handwriting. You think it's a letter to you, but as you are just + a Bear of Very Little Brain, you have no way of reading it..." + define-item "Pooh's sign" description " +--------------+ @@ -38,6 +43,7 @@ || || ============================= " + fixed define-item "Bellrope" description "This rope looks perfectly designed to be pulled. The designer @@ -65,7 +71,18 @@ moment it will show you one thing, the next something completely different. Yet, looking at it, you have the very distinct impression that it wants you to walk up a hill." - cost 50 + cost 50 + +define-item "Grandfather's cane" + description "Piglet's grandfather used to carry this cane around with him. + And woe to any young animal who dared to be disrespectful!" + weapon + +define-weapon "Grandfather's cane" + description "Piglet's grandfather used to carry this cane around with him. + And woe to any young animal who dared to be disrespectful!" + type "Cane" + damage 3 ; NPCs @@ -95,6 +112,7 @@ big words - if you can understand him, it's usually worth listening." says "The climatic conditions appear to foreshadow a certain amount of precipitation tonight, don't you agree?" + quest "Reading material" define-npc "Christopher Robin" description "Christopher Robin is Pooh's oldest friend. He's known him for @@ -158,9 +176,10 @@ know where to look. Perhaps one of Rabbit's friends-and-relations has nicked it, or the Heffalump stole it. That would be just like them, don't you think?" - say-after "Well, would you have a look, you actually found it. I suppose I - ought to give you something for your troubles, though I really - don't have much to give. But here, take this pot of honey." + say-after "Well, would you have a look, you actually found my tail. I + suppose I ought to give you something for your troubles, + though I really don't have much to give. But here, take + this pot of honey." proof-item "Bellrope" reward-item "Hunny" experience 10 @@ -175,3 +194,29 @@ proof-item "Hunny" experience 5 money 5 + +define-quest "Reading material" + say-before "I feel in dire need of intellectual stimulation, yet I fear that + my library has few novelties left. If you bring me something + new to read, I shall thank you by reading it to you - after + all, you do not always wish to remain a Bear of Very Little + Brain, do you?" + say-after "Well, you actually found something for me to read! Let's see, + what have we here? A letter? Let's see what it says: + Hmm, harrumph. 'Dear Pooh', hm, this is bad handwriting, + 'Dear Pooh, I have something Very Important to tell you. Come + and meet me quickly at the Galleon's Lap. Your's sinsirly, + Christopher Robin.'" + proof-item "Letter" + experience 5 + +; MONSTERS + +define-monster "Heffalump" + description "It's too dark to see the heffalump properly, but you get the + impression that it is pretty big. Not as big as you expected + a full-grown heffalump to be, though. Looking closer, you see + four legs - or is that five? - waving around. The thing has + a huge head. Unless those are simply its ears?" + health 10 + item "Hunny" \ No newline at end of file diff --git a/ATL/Pooh/place_list.txt b/ATL/Pooh/place_list.txt index af5509d..5c0632a 100644 --- a/ATL/Pooh/place_list.txt +++ b/ATL/Pooh/place_list.txt @@ -22,6 +22,7 @@ Rabbit's house Rabbit's friends and relations Rapids +Stream Christopher Robin's house Owl's porch Owl's home diff --git a/ATL/Pooh/pooh.atl b/ATL/Pooh/pooh.atl index 7eb24f8..0deb983 100644 --- a/ATL/Pooh/pooh.atl +++ b/ATL/Pooh/pooh.atl @@ -14,6 +14,10 @@ define-player "Winnie the Pooh" description "A small but very lovable bear of very little brain." place "Pooh's home" + health 10 + strength 5 + dexterity 5 + constitution 5 ;; XXX Created during development ;define-player "Christopher Robin" diff --git a/ATL/Pooh/woods.atl b/ATL/Pooh/woods.atl index a85e9f6..04551e9 100644 --- a/ATL/Pooh/woods.atl +++ b/ATL/Pooh/woods.atl @@ -13,6 +13,7 @@ neighbour "Pooh's porch" neighbour "Pooh's branch" item "Hunny" + item "Letter" item "Lamp" ;XXX development define-place "Pooh's porch" @@ -33,9 +34,10 @@ item "Hunny" define-place "Western woods" - description "This is the western part of the 100 Acre Wood. As you would - expect in a wood, it is full of trees. Here, however, there are - not quite that many - mainly young birches." + description "The western forest is dominated by tall coniferous trees, + firs and pines and the like. Bushes grow between the + trunks, forming patches of dense undergrowth." + ;XXX Add berry bushes? neighbour "Pooh's porch" neighbour "Central woods" neighbour "Northern woods" @@ -57,7 +59,10 @@ neighbour "Hill" define-place "Northern woods" - description "TODO" + description "Trees become sparse towards the north of the 100 Acre Wood, + eventually giving out completely to a scraggly heathland. + A quick, bubbling stream flows through the grass, coming + from the rapids in the north." neighbour "Central woods" neighbour "Eastern woods" neighbour "Western woods" @@ -67,9 +72,13 @@ neighbour "Rabbit's house" neighbour "Rabbit's friends and relations" neighbour "Rapids" + neighbour "Stream" define-place "Southern woods" - description "TODO" + description "You can feel the ground becoming soft underneath your feet as + you approach the marshes and bogs to the south of the + 100 Acre wood. Plenty of moss grows around the roots of + the trees. Here and there, are willow bends its branches." neighbour "Central woods" neighbour "Eastern woods" neighbour "Western woods" @@ -80,7 +89,9 @@ neighbour "Bridge" define-place "Eastern woods" - description "TODO" + description "This is the eastern part of the 100 Acre Wood. As you would + expect in a wood, it is full of trees. In this case you + mainly see young birches around you." neighbour "Central woods" neighbour "Northern woods" neighbour "Southern woods" @@ -153,6 +164,7 @@ description "TODO" neighbour "Piglet's porch" npc "Piglet" + item "Grandfather's cane" define-place "Kanga's house" description "TODO" @@ -172,8 +184,13 @@ neighbour "Heffalump trap" define-place "Heffalump trap" - description "TODO" + description "This is a Very Deep Pit that you once dug together with Piglet, + when you were both out to catch a heffalump. Only you didn't + succeed, because Somebody ate the bait before any heffalump + could turn up... But wait - do you see something moving in + the shadows, down in the pit?" neighbour "Six pine trees" + monster "Heffalump" define-place "Bee tree" description "TODO" @@ -194,10 +211,17 @@ description "TODO" item "North Pole" neighbour "Northern woods" + neighbour "Stream" + +define-place "Stream" + description "Whoops! You fell in! Brrr, this water is cold! Better get out + quickly. But that is easier said than done, the current here + is pretty strong..." + neighbour "Floody place" define-place "Christopher Robin's house" description "TODO" - npc "Christopher Robin" + npc "Christopher Robin" ;TODO Move him somewhere else neighbour "Eastern woods" define-place "Owl's porch" diff --git a/lisp/game-objects.lisp b/lisp/game-objects.lisp index abdf8fe..03e6b92 100644 --- a/lisp/game-objects.lisp +++ b/lisp/game-objects.lisp @@ -50,6 +50,7 @@ ;(meet-hook NIL)) (defstruct item + ;; XXX Items containing items? (name "") (description "") (cost 0)