From e843c24878ec9e99a5428416928721e9d6bf670d Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 8 Sep 2019 16:15:36 -0700 Subject: [PATCH] Implemente the television --- the-server-room.inf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/the-server-room.inf b/the-server-room.inf index 2af50d3..a93486f 100644 --- a/the-server-room.inf +++ b/the-server-room.inf @@ -65,6 +65,14 @@ Object break_room "Break Room" you have work to do.", has light; +Object tv "television" break_room + with description + "It looks like a cheap, generic flat screen television + 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; + Object fridge "refrigerator" break_room with description "This refrigerator makes a statement with a sleek, modern -- 2.31.1