From: Jason Self Date: Sun, 8 Sep 2019 23:20:48 +0000 (-0700) Subject: Give the television switchable X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=46d671e64915db8c4396a04dc646fe3f755c6d09;p=the-server-room.git Give the television switchable --- 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 +!=========================================================================