Update to serial 210328
[homeland.git] / src / objects / overworld / h70.inf
diff --git a/src/objects/overworld/h70.inf b/src/objects/overworld/h70.inf
deleted file mode 100644 (file)
index 6c31306..0000000
+++ /dev/null
@@ -1,79 +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  h70 "Grassy Meadow"
-  with  description [;
-            print 
-                "The sun shines brightly in a cloudless sky of a 
-                brilliant blue. You feel the sun's rays creating a 
-                pleasant warmth. A soft breeze comes from the south, 
-                bringing a delicate clean-smelling spring fragrance. 
-                It smells very inviting. The grass feels warm and safe 
-                as it moves slightly in rhythm with the breeze. The 
-                grass feels slightly moist. This area seems very 
-                peaceful. A high ridge to the east appears 
-                unclimbable. Perched high up on the ridge is a single 
-                tan and maroon building. There are words carved into a 
-                large stone block to turn it into a distinct ~no 
-                trespassing~ sign.";
-            if (h70 hasnt visited)
-                print 
-                    " The only sound is the cry from a small pink and 
-                    blue bird as it scuttles about on the ground. 
-                    Startled at your approach, it flies away.";
-            new_line;
-        ],
-        n_to g60,
-        s_to h80,
-        e_to 
-            "The ridge is so steep that you'd first need to find 
-            climbing equipment to be able to continue in that 
-            direction.",
-        up_to
-            "The ridge is so steep that you'd first need to find
-            climbing equipment to be able to continue in that
-            direction.",
-        w_to campsite,
-        nw_to g59,
-        sw_to g79,
-  has   light;
-
-Object  tanmaroonbuilding "tan and maroon building" h70
-  with  name 'tan' 'maroon' 'building',
-        description 
-            "The tan and maroon building appears to be very solidly 
-            constructed. The roof is steeply pitched. The windows are 
-            very narrow and deep set yet still reveal someone walking 
-            around inside.",
-before [;
-          Enter:
-            print_ret
-                "The tan and maroon building is so far up the high 
-                ridge that you'd first need to find climbing equipment 
-                to be able to do that.";
-],
-  has   scenery;
-
-Object  largestoneblock "large stone block" h70
-  with  name 'large' 'stone' 'block',
-        description
-            "There are words carved into a large stone block that 
-            read: ~No Trespassing!~.",
-        before [;
-          Take, Pull, Push, PushDir, Turn:
-            print_ret
-                "You're unable. The large stone block is too heavy.";
-],
-  has   scenery;