X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=adventure.yaml;h=489bf706ea63f3cd5fe30167af2b92515679da77;hp=e137d8cf8afe9455413988a924d1c416d289344c;hb=49d9ef1bee7b11055b7a46e2c2b45bd888e1ccef;hpb=d739c111d76d401ca38ea90c7851bb82ffe9caf1 diff --git a/adventure.yaml b/adventure.yaml index e137d8c..489bf70 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -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.' @@ -3402,7 +3404,7 @@ objects: !!omap - 'The troll is nowhere to be seen.' - BEAR: words: ['bear'] - inventory: !!null # bear uses rtext 141 + inventory: !!null locations: LOC_BARRENROOM immovable: true states: [UNTAMED_BEAR, SITTING_BEAR, CONTENTED_BEAR, BEAR_DEAD]