Add scenery to TV and couch since they are now mentioned in the room description
authorJason Self <j@jxself.org>
Sun, 24 May 2020 01:24:41 +0000 (18:24 -0700)
committerJason Self <j@jxself.org>
Sun, 24 May 2020 01:24:41 +0000 (18:24 -0700)
src/objects/intro/livingroom.inf

index b69183b66570a536ee50a09bc37f6c4fdeb06269..ca5b75adcb3ac6f9aace8c83f6a52528c153f682 100644 (file)
@@ -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',