Update to serial 200329
[homeland.git] / src / objects / campsite.inf
diff --git a/src/objects/campsite.inf b/src/objects/campsite.inf
deleted file mode 100644 (file)
index 039a7c1..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-! Copyright (C) 2019 Jason Self <j@jxself.org>
-!
-! This file is free software: you may copy, redistribute gand/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  campsite "Campsite"
-  with  description [;
-            print 
-                "You are at an old campsite set among some low-lying 
-                hills. Healthy, dark green grass carpets the ground 
-                except around an old firepit.^^";
-            print 
-                "You can see a log (on which are a copper lantern and 
-                a diary) here.^^";
-            print 
-                "The diary is old and worn. The pages are tattered 
-                and yellowed, and most of the writing has faded due to 
-                exposure to the elements. In reviewing the pages you 
-                recognize it as your neighbor's handwriting and can 
-                make out a single passage: ~The humming... the 
-                humming... I can't make it stop.~";
-            deadflag = 3;
-        ],
-  has   light;
\ No newline at end of file