X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=adventure.yaml;h=9f10ce72c8b5cd092978af2ff62bdd7b03b23ca4;hb=97241e87d75a68c2cf2ba56a4cd561d979498c17;hp=81cc864d26e9f1a9af6bc2e3e806a50d609640e0;hpb=22613f06fa25ba42d5b265c759cb2ab1a1961688;p=open-adventure.git diff --git a/adventure.yaml b/adventure.yaml index 81cc864..9f10ce7 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -1050,8 +1050,8 @@ arbitrary_messages: !!omap - ONE_HIT: 'One of them gets you!' - NONE_HIT: 'None of them hits you!' - DONT_KNOW: 'Sorry, I don''t know the word "%s".' -- WHAT_DO: 'What do you want to do with the %L?' -- NO_SEE: 'I see no %L here.' +- WHAT_DO: 'What do you want to do with the %L%L?' # FIXME: %L%L should become %L once parsing no longer depends on packed tokens +- NO_SEE: 'I see no %L%L here.' # FIXME: %L%L should become %L once parsing no longer depends on packed tokens - DO_WHAT: '%C what?' - OKEY_DOKEY: 'Okay, "%s".' - GARNERED_POINTS: 'You have garnered %d out of a possible %d points, using %d turn%S.'