Update to serial 210328
[homeland.git] / src / objects / overworld / westofcampsite.inf
diff --git a/src/objects/overworld/westofcampsite.inf b/src/objects/overworld/westofcampsite.inf
deleted file mode 100644 (file)
index 670c4ec..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-! Copyright (C) 2019, 2020 Jason Self <j@jxself.org>
-!
-! This file is free software: you may copy, redistribute and/or 
-! modify it under the terms of the GNU Affero General Public License 
-! as published by the Free Software Foundation, either version 3 of 
-! the License, or (at your option) any later version.
-!
-! This file is distributed in the hope that it will be useful, but
-! WITHOUT ANY WARRANTY; without even the implied warranty of
-! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-! Affero General Public License for more details.
-!
-! You should have received a copy of the GNU Affero General Public
-! License along with this file. If not, see https://gnu.org/licenses/
-
-Object  westofcampsite "West Of Campsite"
-  with  description [;
-            print "You're in an area of sweet smelling green ankle 
-            high grass just east of a forest. Livestock tracks form a 
-            well-worn path next to a creek, both coming from the 
-            northeast, and ending at a small pond. Filled with water 
-            lilies, the pond seems quiet and serene. You look to the 
-            forest edge and see a clear path east and northeast 
-            leading deep into the forest. On both sides there is 
-            dense undergrowth with only a small path through it. The 
-            trees are ancient with thick vines hanging from them and 
-            across the path. All other directions take you to 
-            low-lying hills and grassy fields.";
-            if (westofcampsite hasnt visited)
-                print
-                    " A flock of birds fly overhead and disappear into 
-                    the forest.";
-            new_line;
-        ],
-        before [;
-          Listen:
-            print_ret 
-                "You hear strange unintelligible whispers but looking 
-                around see no one.^";
-        ],
-        e_to campsite,
-  has   light;
-
-Object  pond "pond" westofcampsite
-  with  name 'pond' 'water',
-        description 
-            "Filled with water lilies, the pond seems quiet 
-            and serene.",
-        before [;
-          ThrownAt:
-            "Probably not a good idea. You might need that.";
-          Taste, Drink:
-            print_ret "The water tastes dirty.";
-          Touch:
-            print_ret "You touch the water, creating ripples.";
-          Take, Pull, Push, PushDir, Turn:
-            print_ret 
-                "I'm not sure how 
-                you'd do that with a pond.";
-          Blow:
-            print_ret "You huff and you puff but nothing happens.";
-          Burn:
-            print_ret "One can burn water?";
-          Buy:
-            print_ret "The pond is not for sale.";
-          JumpOver:
-            print_ret "The pond is too large to jump over.";
-        ],
-  has   scenery;
-
-Object  vines "vines" westofcampsite
-  with  name 'vine' 'vines',
-  has   scenery;
\ No newline at end of file