From 6a90dcd0172c1a4c56d64a2dab9ebf892bc45afc Mon Sep 17 00:00:00 2001 From: Aaron Traas Date: Thu, 13 Jul 2017 23:20:27 -0400 Subject: [PATCH] YAML coverage - commented out unused arbitrary messages --- adventure.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/adventure.yaml b/adventure.yaml index 67cd7be..742a4c3 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -2891,9 +2891,9 @@ arbitrary_messages: !!omap you, curses, and grabs for his axe. - THIS_ACCEPTABLE: 'Is this acceptable?' # This message is not currently used -- ALREADY_OVER: |- - This adventure is already over. To start a new adventure, or to - resume an earlier adventure, please run a fresh copy of the program. +#- ALREADY_OVER: |- +# This adventure is already over. To start a new adventure, or to +# resume an earlier adventure, please run a fresh copy of the program. - OGRE_FULL: 'The ogre doesn''t appear to be hungry.' - OGRE_DODGE: |- The ogre, who despite his bulk is quite agile, easily dodges your @@ -2989,26 +2989,26 @@ arbitrary_messages: !!omap - OFF_SCALE: 'You just went off my scale!!' - RESUME_HELP: 'To resume your Adventure, start a new game and then say "RESUME".' # This message is not currently used -- TABLE_SPACE: |- - Table space used: - %d of %d words of messages %d of %d travel options - %d of %d vocabulary words %d of %d locations - %d of %d objects %d of %d action verbs - %d of %d "random" messages %d of %d "class" messages - %d of %d hints %d of %d turn threshholds' +#- TABLE_SPACE: |- +# Table space used: +# %d of %d words of messages %d of %d travel options +# %d of %d vocabulary words %d of %d locations +# %d of %d objects %d of %d action verbs +# %d of %d "random" messages %d of %d "class" messages +# %d of %d hints %d of %d turn threshholds' - RESUME_ABANDON: 'To resume an earlier Adventure, you must abandon the current one.' - VERSION_SKEW: |- I'm sorry, but that Adventure was begun using Version %d.%d of the save file format, and this program uses Version %d.%d. You must find an instance using that other version in order to resume that Adventure. # This message is not currently used -- SAVE_TAMPERING: |- - A dark fog creeps in to surround you. From somewhere in the fog you - hear a stern voice. "This Adventure has been tampered with! You have - been dabbling in magic, knowing not the havoc you might cause thereby. - Leave at once, before you do irrevocable harm!" The fog thickens, - until at last you can see nothing at all. Your vision then clears, - and you find yourself back in The Real World. +#- SAVE_TAMPERING: |- +# A dark fog creeps in to surround you. From somewhere in the fog you +# hear a stern voice. "This Adventure has been tampered with! You have +# been dabbling in magic, knowing not the havoc you might cause thereby. +# Leave at once, before you do irrevocable harm!" The fog thickens, +# until at last you can see nothing at all. Your vision then clears, +# and you find yourself back in The Real World. - TWIST_TURN: |- Sorry, but the path twisted and turned so much that I can't figure out which way to go to get back. -- 2.31.1