From 81b6038459a64f91a8a81f3563071bdafb9f916f Mon Sep 17 00:00:00 2001 From: Jason Self Date: Wed, 17 Jul 2019 17:36:31 -0700 Subject: [PATCH 1/1] Add extra names for the bears, fix mall exit, fix some line wrapping --- the-mall.inf | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/the-mall.inf b/the-mall.inf index e3754c6..c8ede31 100644 --- a/the-mall.inf +++ b/the-mall.inf @@ -28,7 +28,7 @@ Constant Headline Include "parser"; Include "verblib"; Release 0; -Serial "190714"; +Serial "190717"; Object bank "Bank of Zork" with description @@ -57,7 +57,8 @@ Object closet "Closet" has light; Object bears "teddy bears" closet - with name 'bear' 'bears' 'teddy' 'teddies' 'ted', + with name 'bear' 'bears' 'teddy' 'teddies' 'ted' 'eye' 'eyes' + 'supply' 'supplies' 'bulge' 'bulges', before [; Take, Pull, Push, PushDir: print_ret "Shoplifting isn't the answer."; @@ -180,12 +181,12 @@ Object mallexit "door" mall ~Exit~ written above. Sunlight streams crisply in through the glass.", with_key keycard, - before [; + after [; unlock: deadflag = 2; return true; ], - has scenery openable locked; + has scenery door lockable openable locked; Object portrait "portrait" bank with name 'portrait' 'picture' 'photo', @@ -204,8 +205,9 @@ Object salon "Salon" if (salon hasnt visited) print " Suddenly you bump your head - on the ceiling, but it's not such a bad bump that it's going - to prevent you from looking at things."; + on the ceiling, but it's not such a bad bump that + it's going to prevent you from looking at + things."; if (salon has visited) print " Remembering the low ceiling, -- 2.31.1