X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=adventure.yaml;h=67cd7be34f00cdd77e12701e25fa49c53cd3d675;hb=342c27494d867c32379a34effa99bbe6422c61b3;hp=e137d8cf8afe9455413988a924d1c416d289344c;hpb=d739c111d76d401ca38ea90c7851bb82ffe9caf1;p=open-adventure.git diff --git a/adventure.yaml b/adventure.yaml index e137d8c..67cd7be 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -356,7 +356,7 @@ hints: penalty: 4 question: 'You''re missing only one other treasure. Do you need help finding it?' hint: |- - Once you''ve found all the other treasures, it is no longer possible to + Once you've found all the other treasures, it is no longer possible to locate the one you''re now missing.' locations: !!omap @@ -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]