Add extra names for the bears, fix mall exit, fix some line wrapping
authorJason Self <j@jxself.org>
Thu, 18 Jul 2019 00:36:31 +0000 (17:36 -0700)
committerJason Self <j@jxself.org>
Thu, 18 Jul 2019 00:36:31 +0000 (17:36 -0700)
the-mall.inf

index e3754c6cb6bdcdcc49da4eacfe8005092f654c52..c8ede31906d21e7b4c4d0534efaa48df3d1cb55e 100644 (file)
@@ -28,7 +28,7 @@ Constant Headline
 Include "parser";
 Include "verblib";
 Release 0;
 Include "parser";
 Include "verblib";
 Release 0;
-Serial "190714";
+Serial "190717";
 
 Object  bank "Bank of Zork"
   with  description 
 
 Object  bank "Bank of Zork"
   with  description 
@@ -57,7 +57,8 @@ Object  closet "Closet"
   has   light;
 
 Object  bears "teddy bears" 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.";
         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,
             ~Exit~ written above. Sunlight streams crisply in through 
             the glass.",
         with_key keycard,
-        before [;
+        after [;
           unlock:
             deadflag = 2;
             return true;
         ],
           unlock:
             deadflag = 2;
             return true;
         ],
-  has   scenery openable locked;
+  has   scenery door lockable openable locked;
 
 Object  portrait "portrait" bank
   with  name 'portrait' 'picture' 'photo',
 
 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 
             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, 
             if (salon has visited)
                 print 
                     " Remembering the low ceiling,