From 17840d0e158e47e6dba3d62b4b8cdcf97071d924 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 12 Mar 2023 17:59:10 -0400 Subject: [PATCH] Comment polishing. --- adventure.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adventure.yaml b/adventure.yaml index b246498..ab91969 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -24,7 +24,7 @@ # long: Long description, always shown on first encounter. # short: Short description. If none, use long description. # maptag: Tag for mapping, not used by the game itself. -# Only used if the "short" property in !!null. +# Only used if the "short" property is !!null. # conditions: A dictionary of attributes # LIT Light # OILY If FLUID flag is on: true for oil, false for water @@ -3188,7 +3188,6 @@ arbitrary_messages: !!omap 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 -- 2.31.1