Update to serial number 200614
[homeland.git] / src / objects / intro / sidewalk.inf
index 8a8611a05006d7f991d75ca95e9b02359928781a..b58226b3bc91f84f448c10d99f832bce9e4d3737 100644 (file)
@@ -51,51 +51,6 @@ Object  Sidewalk "Sidewalk"
         w_to frontdoor,
   has   light;
 
-Object  sun "sun" sidewalk
-  with  name 'sun',
-        found_in sidewalk backyard campsite,
-  has   scenery;
-
-Object  clouds "clouds" sidewalk
-  with  name 'cloud' 'clouds',
-        found_in sidewalk backyard,
-  has   scenery;
-
-Object  tree "tree" sidewalk
-  with  name 'tree' 'trees' 'evergreen' 'evergreen' 'leaves' 'leaf',
-        found_in sidewalk backyard campsite,
-        description 
-            "Standing strong, majestic and tall, as if reaching for 
-            the sky. There are countless numbers of sun-drenched 
-            leaves, each a deep green.",
-        before [;
-          Climb:
-            print_ret 
-                "Despite your best efforts you're not able to. 
-                There's no branch low enough to grab.";
-          Taste:
-            print_ret "It tastes like wood.";
-          Touch:
-            print_ret "The trunk of the free feels rough to the touch.";
-          Take, Pull, Push, PushDir, Turn:
-            print_ret 
-                "The tree is firmly anchored into the ground by a 
-                healthy root system. It's not going anywhere.";
-          Drink:
-            print_ret "The tree is not a liquid.";
-          Blow:
-            print_ret "You huff and you puff but nothing happens.";
-          Burn:
-            print_ret "Only you can prevent forest fires.";
-          Buy:
-            print_ret "The tree is not for sale.";
-          JumpOver:
-            print_ret 
-                "Since when did you gain the ability to jump over 
-                trees in a single bound?";
-        ],
-  has   scenery;
-
 Object  street "street" sidewalk
   with  name 'street' 'road',
         description "It's your typical street.",
@@ -142,4 +97,4 @@ Object  licenseplateframe "license plate holder" sidewalk
           Take, Pull, Push, PushDir, Turn:
             print_ret (The) self, " is firmly attached to the car.";
         ],
-  has   scenery;
+  has   scenery;
\ No newline at end of file