From ffb24b7e34b2403ef5b5e9603ee7d1757ebde194 Mon Sep 17 00:00:00 2001 From: Christine Lemmer-Webber Date: Wed, 21 Sep 2022 13:17:55 -0400 Subject: [PATCH] Add portrait and correct order of places --- worlds/bricabrac.scm | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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))))) -- 2.31.1