!
! 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;
Include "parser";
Include "verblib";
Release 1;
-Serial "220531";
+Serial "220601";
Object mainroom "Main Room"
with description
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
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;