From 8cfd232bb4306d9915c5af3cc836405570774cf0 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sat, 23 May 2020 18:24:41 -0700 Subject: [PATCH] Add scenery to TV and couch since they are now mentioned in the room description --- src/objects/intro/livingroom.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/objects/intro/livingroom.inf b/src/objects/intro/livingroom.inf index b69183b..ca5b75a 100644 --- a/src/objects/intro/livingroom.inf +++ b/src/objects/intro/livingroom.inf @@ -131,7 +131,7 @@ Object television "television" livingroom } return true; ], - has static switchable; + has scenery static switchable; Object couch "couch" livingroom with name 'couch' 'sofa', @@ -152,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', -- 2.31.1