Correct order again :P
authorChristine Lemmer-Webber <cwebber@dustycloud.org>
Wed, 21 Sep 2022 17:19:37 +0000 (13:19 -0400)
committerChristine Lemmer-Webber <cwebber@dustycloud.org>
Wed, 21 Sep 2022 17:19:37 +0000 (13:19 -0400)
worlds/bricabrac.scm

index 6c96a5ae3dd0328c3692a296051323ff00d9b62f..1d99181dcd9e23d59b0cb528e2646b1e30ce9849 100644 (file)
@@ -2374,25 +2374,6 @@ it."))
          (make <exit>
            #:name "south"
            #:to 'courtyard)))
-   ('vaulted-tunnel
-    <room> #f
-    #:name "A Vaulted Tunnel of Trees"
-    #:desc
-    '((p "You step into the entrance to see two rows of trees with intersecting branches, forming a vaulted tunnel. The fairy lights cast a soft glow on the space. On each tree trunk is a portrait and the eerie laughter you heard outside echoes louder as you pass each portrait. "))
-    #:exits
-    (list (make <exit>
-           #:name "north"
-           #:to 'forest-clearing)
-         (make <exit>
-           #:name "south"
-           #:to 'wedding-entrance)))
-   ('vaulted-tunnel:portrait
-    <gameobj> 'vaulted-tunnel
-    #:name "hanging portraits"
-    #:desc
-    "Each portrait shows a hazy image of a fairy in various modes of dress from Victorian to today's current fashions. The style and format of the photographs all look the same."
-    #:goes-by
-    '("hanging portrait" "hanging portraits" "portrait" "portraits"))
    ('wedding-entrance
     <room> #f
     #:name "Entrance to the Wedding"
@@ -2408,7 +2389,26 @@ frog sitting atop a hostess podium."))
     #:exits
     (list (make <exit>
            #:name "south"
-           #:to 'courtyard)))))
+           #:to 'forest-clearing)
+         (make <exit>
+           #:name "north"
+           #:to 'vaulted-tunnel)))
+   ('vaulted-tunnel
+    <room> #f
+    #:name "A Vaulted Tunnel of Trees"
+    #:desc
+    '((p "You step into the entrance to see two rows of trees with intersecting branches, forming a vaulted tunnel. The fairy lights cast a soft glow on the space. On each tree trunk is a portrait and the eerie laughter you heard outside echoes louder as you pass each portrait. "))
+    #:exits
+    (list (make <exit>
+           #:name "south"
+           #:to 'wedding-entrance)))
+   ('vaulted-tunnel:portrait
+    <gameobj> 'vaulted-tunnel
+    #:name "hanging portraits"
+    #:desc
+    "Each portrait shows a hazy image of a fairy in various modes of dress from Victorian to today's current fashions. The style and format of the photographs all look the same."
+    #:goes-by
+    '("hanging portrait" "hanging portraits" "portrait" "portraits"))))
 
 
 \f