Improve the description of the bedroom
authorJason Self <j@jxself.org>
Sun, 24 May 2020 02:39:50 +0000 (19:39 -0700)
committerJason Self <j@jxself.org>
Sun, 24 May 2020 02:39:50 +0000 (19:39 -0700)
src/objects/intro/bedroom.inf

index 7edec201e8b6f0ad9cdeeb280f54733355c79dcc..832e5cfe7da3d46234130175408f7d7857a972fe 100644 (file)
 
 Object  bedroom "Bedroom"
   with  description 
-            "The green-beige walls are reminiscent of a hospital. The 
-            livingroom is to the north.",
+            "You walk through the door and find yourself in your own 
+            bedroom, which was once used by your grandmother. This 
+            room was designed in a renaissance style by a master 
+            decorator. It has a certain sense of extravagance, with 
+            ornate inlaid walls in a variety of complimentary colors 
+            that form exquisite patterns, with gold and marble 
+            highlights. The fully-decorated bed looks very comfortable 
+            - it projects a very light, airy feeling that's perfect 
+            for sleeping and adds to the sense of luxury. On the wall 
+            across from your bed is a large painting. The livingroom 
+            is to the north.",
         n_to livingroom,
         cant_go 
             "Since when did you get the ability to walk through 
@@ -32,9 +41,10 @@ Object  painting "painting" bedroom
             if (second == box)
             print_ret (The) self, " is too big to fit.";
         ],
-        name 'painting' 'paint' 'picture' 'of' 'aragain' 'falls';
+        name 'painting' 'paint' 'picture' 'of' 'aragain' 'falls',
+       has scenery;
 
-Object  bed "twin-sized bed" bedroom
+Object  bed "bed" bedroom
   with  name 'bed' 'twin',
         description 
             "With a frame of solid wood with a golden brown finish, 
@@ -43,7 +53,7 @@ Object  bed "twin-sized bed" bedroom
           Take, Pull, Push, PushDir:
             print_ret (The) self, " is too heavy for that.";
         ],
-  has   static supporter enterable;
+  has   scenery static supporter enterable;
 
 Object  box "dented steel box" bed
   with  name 'box' 'safe' 'safety' 'deposit',