X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=adventure.yaml;h=625e18d2daa7abd9690cb93405668588a266a6e1;hp=75bd76cee71e4271588bed8472ff0d78c06d37e5;hb=e8a627f964a8337caf0c71dd87b1d7533f489f57;hpb=5f28f9524472ef6784191470747d708262b31386 diff --git a/adventure.yaml b/adventure.yaml index 75bd76c..625e18d 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 @@ -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