From 2b9659a8384c292e4312676287569544ac10ddbc Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 8 Sep 2019 16:35:26 -0700 Subject: [PATCH] Implement the white couch --- the-server-room.inf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/the-server-room.inf b/the-server-room.inf index 508cad9..50a41fb 100644 --- a/the-server-room.inf +++ b/the-server-room.inf @@ -79,6 +79,18 @@ Object tv "television" break_room ], has container openable scenery switchable; +Object whitecouch "white couch" break_room + with description + "With a smooth and modern design, this looks to be a luxurious couch. + It is extremely durable and easy to clean and maintain. Offering + enough room to sit or lay, it looks very soft and comfortable.", + name 'white' 'couch' 'sofa', + before [; + Take, Pull, Push, PushDir: + print_ret (The) self, " is too heavy for that."; + ], + has static supporter enterable; + Object fridge "refrigerator" break_room with description "This refrigerator makes a statement with a sleek, modern -- 2.31.1