From 5073ff3412a0b8b20fbae75a0a1eccc44626d452 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Mon, 23 Aug 2021 20:34:12 -0700 Subject: [PATCH] Fix a bug when leaving truck spot; also add plural words to truck object --- src/snowed-in.inf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/snowed-in.inf b/src/snowed-in.inf index c0b9f00..012d7d6 100644 --- a/src/snowed-in.inf +++ b/src/snowed-in.inf @@ -589,11 +589,12 @@ Object truckspot "Forest" 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 - 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 -- 2.31.1