From e228868e2a7327687b5d17894e328158ddd5ca4b Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sat, 23 May 2020 19:39:50 -0700 Subject: [PATCH] Improve the description of the bedroom --- src/objects/intro/bedroom.inf | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/objects/intro/bedroom.inf b/src/objects/intro/bedroom.inf index 7edec20..832e5cf 100644 --- a/src/objects/intro/bedroom.inf +++ b/src/objects/intro/bedroom.inf @@ -15,8 +15,17 @@ 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', -- 2.31.1