X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=adventure.yaml;h=175635a6b3f8613b0d8efa865bf1d024056990ad;hp=75bd76cee71e4271588bed8472ff0d78c06d37e5;hb=0dd40bba32c9b5225e4d2126a50b7d6516791d06;hpb=5f28f9524472ef6784191470747d708262b31386 diff --git a/adventure.yaml b/adventure.yaml index 75bd76c..175635a 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -13,11 +13,6 @@ # actions: Action words, grouped into synonyms, and their corresponding # default messages. The 'oldstyle' attribute is as for motions. # -# specials: Special action words, grouped into synonyms, and their -# messages. These differ from the regular action words above in that -# they only display their corresponding message; no other logic is -# invoked. In the future, these will be merged into the regular actions. -# # hints: Each item contains a hint number, a hint label (used to # generate the value macro for the hint) the number of turns he # must be at the right loc(s) before triggering the hint, the @@ -4002,7 +3997,7 @@ actions: !!omap message: 'Wizards are not to be disturbed by such as you.' words: ['wizar'] noaction: true -- YES: +- "YES": message: 'Guess again.' words: ['yes'] noaction: true @@ -4027,10 +4022,4 @@ actions: !!omap words: ['versi'] noaction: true -# Specials no longer used, but this is still needed for now -specials: !!omap -- SPC_DELETEME: - message: 'Please delete this item' - words: ['null'] - # end