Update to serial number 200614
[homeland.git] / src / objects / intro / bedroom.inf
index 832e5cfe7da3d46234130175408f7d7857a972fe..d0017d783874bbdd3f89b34d713f40975c90e011 100644 (file)
@@ -39,10 +39,10 @@ Object  painting "painting" bedroom
         before [;
           Insert:
             if (second == box)
-            print_ret (The) self, " is too big to fit.";
+                print_ret (The) self, " is too big to fit.";
         ],
         name 'painting' 'paint' 'picture' 'of' 'aragain' 'falls',
-       has scenery;
+  has   scenery;
 
 Object  bed "bed" bedroom
   with  name 'bed' 'twin',
@@ -65,16 +65,18 @@ Object  box "dented steel box" bed
 Object  directional "compass" box
   with  name 'compass',
         description [;
-            if (location == bedroom || location == kitchen || 
-            location == backyard || location == neighborkitchen || 
-            location == neighborlivingroom)
-                print 
-                    "Ordinarily you'd expect a compass to point north 
-                    but this one is spinning wildly in every 
-                    direction.^";
-            if (location == livingroom || location == sidewalk)
+            if (location == livingroom || location == sidewalk) {
                 print "The compass is pointing west.^";
-            if (location == frontporch)
+                rtrue;
+            }
+            if (location == frontporch) {
                 print "The compass is pointing southeast.^";
+                rtrue;
+            }
+            else
+                print 
+                    "Ordinarily you'd expect a compass to point north
+                    but this one is spinning wildly in every
+                    direction.^";
         ],
         ;
\ No newline at end of file