From e81dc3575d53faf0b1f3dd0d5c0dc6fb2e08ded4 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Wed, 1 Jun 2022 05:36:48 -0700 Subject: [PATCH] Add hallucination and UUID array --- src/snowed-in.inf | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/snowed-in.inf b/src/snowed-in.inf index 20d6225..322d880 100644 --- a/src/snowed-in.inf +++ b/src/snowed-in.inf @@ -12,6 +12,11 @@ ! ! You should have received a copy of the GNU Affero General Public ! License along with this file. If not, see https://gnu.org/licenses/ +! +! SPDX-License-Identifier: AGPL-3.0-or-later +Array UUID_ARRAY string "UUID://DE9FA2E5-4EC7-4166-9218-E56EFA1DF40F//"; +#Ifdef UUID_ARRAY; +#Endif; Global lantern_fuel_left = 20; Global body_temperature = 20; Global cabin_has_electricity = 1; @@ -38,7 +43,7 @@ Constant Headline Include "parser"; Include "verblib"; Release 1; -Serial "220531"; +Serial "220601"; Object mainroom "Main Room" with description @@ -830,6 +835,12 @@ Object flashlight "flashlight" backpack keep wandering through endless whiteness. You won't give up."; 14: + print_ret + "You're so cold that you begin to hallucinate, first + seeing the words ~Ventilation Control Room~ and then + yourself at a console. The hallucination quickly + fades."; + 15: deadflag = 2; print_ret "You see something in the distance but can't make it @@ -1042,7 +1053,7 @@ Object westofcabin "West Of Cabin" Object snowmobile "snowmobile" thedark with name 'snowmobile', daemon [; - snowmobile_location = random(13); + snowmobile_location = random(14); if (location == forest && forest_location == snowmobile_location) { deadflag = 2; -- 2.31.1