Give the television switchable
authorJason Self <j@jxself.org>
Sun, 8 Sep 2019 23:20:48 +0000 (16:20 -0700)
committerJason Self <j@jxself.org>
Sun, 8 Sep 2019 23:20:48 +0000 (16:20 -0700)
the-server-room.inf

index a93486ff401edf47f6a224838861018d70e7093b..508cad9a847ecbfcc3309ddb4afe57a7d0f3d9e3 100644 (file)
@@ -71,7 +71,13 @@ Object  tv "television" break_room
             with an edge-to-edge matte screen. You see no buttons on
             it. There should be a remote control somewhere.",
         name 'tv' 'television' 'telly',
-  has   container openable scenery;
+        before [;
+          SwitchOn:
+            print_ret
+                "The television can only be turned on using the
+                remote.";
+        ],
+  has   container openable scenery switchable;
 
 Object  fridge "refrigerator" break_room
   with  description
@@ -262,4 +268,4 @@ Object  tray "tray" server_room
 !=========================================================================
 ! Standard and Extended Grammar
 Include "grammar";
-!=========================================================================
\ No newline at end of file
+!=========================================================================