Update to serial 201027
[homeland.git] / src / objects / intro / livingroom.inf
index e7a473e1c4033cefc464179c29946ece8cdb048d..0cb4a2c87808c4603734258a2dfa974fc5482e5d 100644 (file)
@@ -1,4 +1,4 @@
-! Copyright (C) 2019 Jason Self <j@jxself.org>
+! Copyright (C) 2019, 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
 
 Object  livingroom "Livingroom"
   with  description 
-            "You are in a modestly furnished livingroom. Pictures 
-            hang from the walls. You can hear the sound of vehicles 
-            driving by outside. The kitchen is to the west. The front 
-            door is to the east. Your bedroom is to the south.",
+            "You are in a modestly furnished living room. It's very a 
+            traditional but modern as far as the style of rooms go. It 
+            has a certain bourgeois feeling, although it doesn't seem 
+            very large. There's a couch in the middle of the room 
+            facing a television. Pictures hang from the other walls. 
+            The pictures were commissioned by your family, but a lot 
+            of people claim they painted them. You can hear the sound 
+            of vehicles driving by outside. The kitchen is to the 
+            west. The front door is to the east. Your bedroom is to 
+            the south.",
         before [;
           Listen:
             print "You can hear the sound of vehicles driving by outside.^";
@@ -125,7 +131,7 @@ Object  television "television" livingroom
             }
             return true;
         ],
-  has   static switchable;
+  has   scenery static switchable;
 
 Object  couch "couch" livingroom
   with  name 'couch' 'sofa',
@@ -146,7 +152,7 @@ Object  couch "couch" livingroom
             print "The couch makes a muted snort as your weight is removed.^";
             return true;
         ],
-  has   static supporter enterable;
+  has   scenery static supporter enterable;
 
 Object  frontdoor "front door" livingroom
   with  name 'door' 'front',