Add portrait and correct order of places
authorChristine Lemmer-Webber <cwebber@dustycloud.org>
Wed, 21 Sep 2022 17:17:55 +0000 (13:17 -0400)
committerChristine Lemmer-Webber <cwebber@dustycloud.org>
Wed, 21 Sep 2022 17:17:55 +0000 (13:17 -0400)
worlds/bricabrac.scm

index d675a711e554d81901dc7f4511ee813fd5072aa0..6c96a5ae3dd0328c3692a296051323ff00d9b62f 100644 (file)
@@ -2370,7 +2370,7 @@ it."))
     #:exits
     (list (make <exit>
            #:name "north"
-           #:to 'vaulted-tunnel)
+           #:to 'wedding-entrance)
          (make <exit>
            #:name "south"
            #:to 'courtyard)))
@@ -2382,10 +2382,17 @@ it."))
     #:exits
     (list (make <exit>
            #:name "north"
-           #:to 'wedding-entrance)
+           #:to 'forest-clearing)
          (make <exit>
            #:name "south"
-           #:to 'forest-clearing)))
+           #: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"
@@ -2401,7 +2408,7 @@ frog sitting atop a hostess podium."))
     #:exits
     (list (make <exit>
            #:name "south"
-           #:to 'vaulted-tunnel)))))
+           #:to 'courtyard)))))
 
 
 \f