X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=worlds%2Fbricabrac.scm;h=f95ebd9ab51f4dc61817e7a57fdee2607e61e99e;hp=5465aa5176705e2d7e51425f353fa8e822ee2257;hb=50cd2aba8f13ec7aecb58a683aa55ae665cf83ab;hpb=36042544b6defa138f348f093f895722a472e1ba diff --git a/worlds/bricabrac.scm b/worlds/bricabrac.scm index 5465aa5..f95ebd9 100644 --- a/worlds/bricabrac.scm +++ b/worlds/bricabrac.scm @@ -183,7 +183,7 @@ kind of objects they found lying around. #:exits (list (make #:name "north" - #:to-symbol 'room:grand-hallway))) + #:to 'room:grand-hallway))) ;; NPC: hotel owner ('npc:hotel-owner 'room:lobby @@ -260,7 +260,7 @@ they're all boarded up. Guess this is still a work in progress, huh?" #:exits (list (make #:name "south" - #:to-symbol 'room:lobby)) + #:to 'room:lobby)) )))