From 52d2d25adf8c0cf097e904bff9e63df6d272a273 Mon Sep 17 00:00:00 2001 From: hat071af Date: Sun, 4 Aug 2024 10:23:13 -0700 Subject: [PATCH 1/2] gondola information Added a simple `look gondola` command if the gondola is not there for informational purposes if paying attention to the script so you don't have to manually type it to know where the gondola is. No change to the movement functionality of the script. This is simply to facilitate laziness in the event the user wants information on the gondola's location. --- bescort.lic | 1 + 1 file changed, 1 insertion(+) diff --git a/bescort.lic b/bescort.lic index 78097034bf..c719da41f1 100644 --- a/bescort.lic +++ b/bescort.lic @@ -1804,6 +1804,7 @@ class Bescort def ride_gondola(mode) case DRC.bput('go gondola', 'There is no wooden gondola here', 'Gondola, Cab') when /no wooden gondola here/i + DRC.bput('look gondola','The wooden gondola') hide? waitfor 'The gondola stops on the platform and the door silently swings open' ride_gondola(mode) From 42dcb88a4172cccec13b7378832f67f51699a63e Mon Sep 17 00:00:00 2001 From: hat071af Date: Sun, 4 Aug 2024 10:26:01 -0700 Subject: [PATCH 2/2] Update bescort.lic --- bescort.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bescort.lic b/bescort.lic index c719da41f1..ea4b2d3b73 100644 --- a/bescort.lic +++ b/bescort.lic @@ -1804,7 +1804,7 @@ class Bescort def ride_gondola(mode) case DRC.bput('go gondola', 'There is no wooden gondola here', 'Gondola, Cab') when /no wooden gondola here/i - DRC.bput('look gondola','The wooden gondola') + DRC.bput('look gondola', 'The wooden gondola') hide? waitfor 'The gondola stops on the platform and the door silently swings open' ride_gondola(mode)