Update to serial 200329
[homeland.git] / src / objects / overworld / westofcampsite.inf
diff --git a/src/objects/overworld/westofcampsite.inf b/src/objects/overworld/westofcampsite.inf
new file mode 100644 (file)
index 0000000..1cf633b
--- /dev/null
@@ -0,0 +1,31 @@
+! Copyright (C) 2019 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 
+            "You're in an area of flat grassland just east of a 
+            forest. There is a circle of dead grass near recent 
+            livestock tracks in some mud. A flock of birds fly 
+            overhead and disappear into the forest.",
+        before [;
+          Listen:
+            print_ret 
+                "You hear strange whispers but looking around see no 
+                one.^";
+        ],
+        e_to campsite,
+        cant_go 
+            "That area has not yet been implemented in this game.",
+  has   light;
\ No newline at end of file