Don't give roof visited
[snowed-in.git] / src / snowed-in.inf
index 20d62252760a95a4dc95cbb4df854080dfc216fd..f0b284699cf370816c9b8eacd7856f3b076cbaeb 100644 (file)
 !
 ! 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;
@@ -37,8 +42,8 @@ Constant Headline
     If not, contact the place you got it from.^^";
 Include "parser";
 Include "verblib";
-Release 1;
-Serial "220531";
+Release 2;
+Serial "220610";
 
 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 
@@ -962,7 +973,6 @@ Object  northofcabin "North Of Cabin"
             if (noun == s_obj) {
                 if (roof hasnt visited) {
                     score = score + 1;
-                    give roof visited;
                 }
             }
         ];
@@ -1042,7 +1052,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;