From: Christine Lemmer-Webber Date: Wed, 21 Sep 2022 17:17:55 +0000 (-0400) Subject: Add portrait and correct order of places X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=ffb24b7e34b2403ef5b5e9603ee7d1757ebde194 Add portrait and correct order of places --- diff --git a/worlds/bricabrac.scm b/worlds/bricabrac.scm index d675a71..6c96a5a 100644 --- a/worlds/bricabrac.scm +++ b/worlds/bricabrac.scm @@ -2370,7 +2370,7 @@ it.")) #:exits (list (make #:name "north" - #:to 'vaulted-tunnel) + #:to 'wedding-entrance) (make #:name "south" #:to 'courtyard))) @@ -2382,10 +2382,17 @@ it.")) #:exits (list (make #:name "north" - #:to 'wedding-entrance) + #:to 'forest-clearing) (make #:name "south" - #:to 'forest-clearing))) + #:to 'wedding-entrance))) + ('vaulted-tunnel:portrait + '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 #f #:name "Entrance to the Wedding" @@ -2401,7 +2408,7 @@ frog sitting atop a hostess podium.")) #:exits (list (make #:name "south" - #:to 'vaulted-tunnel))))) + #:to 'courtyard)))))