X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=adventure.yaml;h=830d26ad815114f77f3dc8e10b54467a4a7cbfad;hp=b8778a75ab9b48cd988b255b391ac1d11c7a4527;hb=9056fa7a2c429bef0b5abca1f7f0f9bbecefd4b6;hpb=ad24add3c0ccbb807b4d4a86fe7e3ae68492c62c diff --git a/adventure.yaml b/adventure.yaml index b8778a7..830d26a 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -204,9 +204,9 @@ motions: !!omap words: ['east', 'e'] - WEST: words: ['west', 'w'] -- MOT_45: +- NORTH: words: ['north', 'n'] -- MOT_46: +- SOUTH: words: ['south', 's'] - NE: words: ['ne'] @@ -1835,6 +1835,8 @@ locations: !!omap {verbs: [DOWN], action: [goto, LOC_LOWROOM]}, {verbs: [UPWAR], action: [goto, LOC_SWCHASM]}, ] + # Following three rooms are where the dragon lives. The code has a + # wired-in assumption that the dragon corpse goes to LOC_SECRET5, - LOC_SECRET4: description: long: 'You are in a secret canyon which exits to the north and east.'