From 46d671e64915db8c4396a04dc646fe3f755c6d09 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 8 Sep 2019 16:20:48 -0700 Subject: [PATCH] Give the television switchable --- the-server-room.inf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/the-server-room.inf b/the-server-room.inf index a93486f..508cad9 100644 --- a/the-server-room.inf +++ b/the-server-room.inf @@ -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 +!========================================================================= -- 2.31.1