X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=worlds%2Fbricabrac.scm;h=6c96a5ae3dd0328c3692a296051323ff00d9b62f;hp=d675a711e554d81901dc7f4511ee813fd5072aa0;hb=ffb24b7e34b2403ef5b5e9603ee7d1757ebde194;hpb=4f6d8aab55d568c5d65f0fbdc520bcebcf732009 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)))))