Update to serial 210328
[homeland.git] / src / objects / overworld / h78.inf
diff --git a/src/objects/overworld/h78.inf b/src/objects/overworld/h78.inf
deleted file mode 100644 (file)
index 7559cba..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-! Copyright (C) 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  h78 "Small Hill"
-  with  description 
-            "You are on a small hill, and from here it feels as if 
-            you can see for miles around. It feels like a quiet and 
-            beautiful place. The sky is clear except for some large 
-            white clouds far away on the horizon in the bright 
-            expanse of sky. The wind blows through your hair as if in 
-            blessing. In the far distance is a lake surrounded by 
-            trees and hills. It is so beautiful, you feel as if 
-            you can see your reflection in the still water. There's a 
-            dense forest to the south.",
-        n_to westofcampsite,
-        ne_to campsite,
-        e_to g79,
-        w_to g77,
-        s_to "The forest is so dense that you'd first need to find 
-                a machete to be able to continue in that direction.",
-  has   light;
-
-Object  greenstone "thin green stone" h78
-  with  name 'thing' 'green' 'stone',
-        description
-            "The thin green stone is engraved with a message: ~Know 
-            that it is everywhere. Know that it is yours alone and 
-            that it will go on forever.~";
-
-Object  lake "lake" h78
-  with  name 'lake' 'water',
-  has   scenery;
\ No newline at end of file