Fix a bug when leaving truck spot; also add plural words to truck object
authorJason Self <j@jxself.org>
Tue, 24 Aug 2021 03:34:12 +0000 (20:34 -0700)
committerJason Self <j@jxself.org>
Tue, 24 Aug 2021 03:34:12 +0000 (20:34 -0700)
src/snowed-in.inf

index c0b9f000f845bd373a258c54eb01405cddf1ad9a..012d7d6c5f8877752dd18292ca96d55081ce7b2a 100644 (file)
@@ -589,11 +589,12 @@ Object  truckspot "Forest"
             up and you can't see inside.",
         before [;
           Go:
             up and you can't see inside.",
         before [;
           Go:
-            PlayerTo(forest);
+            forest_location = forest_location++;
+            PlayerTo(forest,1);
         ];
 
 Object  truck "blue and white pickup truck" truckspot
         ];
 
 Object  truck "blue and white pickup truck" truckspot
-  with  name 'pickup' 'truck' 'door',
+  with  name 'pickup' 'truck' 'door' 'doors',
   with  description 
             "The blue and white pickup truck looks old and battered. 
             The paint has chipped and faded. The windows are iced up 
   with  description 
             "The blue and white pickup truck looks old and battered. 
             The paint has chipped and faded. The windows are iced up