From: Jason Self Date: Sun, 24 May 2020 02:39:50 +0000 (-0700) Subject: Improve the description of the bedroom X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=e228868e2a7327687b5d17894e328158ddd5ca4b;hp=173624a5fe7f88e54dd648c64706dd0891cbf822;p=homeland.git Improve the description of the bedroom --- 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',