From 07a0f066ba7e67f774ed1e1f7d06daebf1f46e18 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 21 Mar 2023 23:57:36 -0400 Subject: [PATCH] Quoting fixes in the YAML. --- adventure.yaml | 6 +++--- tests/cheatresume.chk | 4 ++-- tests/specials.chk | 2 +- tests/win430.chk | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/adventure.yaml b/adventure.yaml index ab91969..84ec1cb 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -3227,10 +3227,10 @@ classes: message: 'All of Adventuredom gives tribute to you, Adventurer Grandmaster!' - threshold: 9999 message: |- - 'Adventuredom stands in awe -- you have now joined the ranks of the + Adventuredom stands in awe -- you have now joined the ranks of the W O R L D C H A M P I O N A D V E N T U R E R S ! It may interest you to know that the Dungeon-Master himself has, to - my knowledge, never achieved this threshold in fewer than 330 turns.' + my knowledge, never achieved this threshold in fewer than 330 turns. turn_thresholds: - threshold: 350 @@ -4144,7 +4144,7 @@ actions: !!omap message: |- Mist is a white vapor, usually water, seen from time to time in caverns. It can be found anywhere but is frequently a sign of a deep - pit leading down to water.' + pit leading down to water. words: ['mist'] noaction: true - FBOMB: diff --git a/tests/cheatresume.chk b/tests/cheatresume.chk index 5ca8d1b..08c1263 100644 --- a/tests/cheatresume.chk +++ b/tests/cheatresume.chk @@ -18,10 +18,10 @@ Now let's see you do it without suspending in mid-Adventure. You scored 9031 out of a possible 430, using 0 turns. -'Adventuredom stands in awe -- you have now joined the ranks of the +Adventuredom stands in awe -- you have now joined the ranks of the W O R L D C H A M P I O N A D V E N T U R E R S ! It may interest you to know that the Dungeon-Master himself has, to -my knowledge, never achieved this threshold in fewer than 330 turns.' +my knowledge, never achieved this threshold in fewer than 330 turns. To achieve the next higher rating would be a neat trick! Congratulations!! diff --git a/tests/specials.chk b/tests/specials.chk index 1b207d0..75f457e 100644 --- a/tests/specials.chk +++ b/tests/specials.chk @@ -73,7 +73,7 @@ I'm as confused as you are. Mist is a white vapor, usually water, seen from time to time in caverns. It can be found anywhere but is frequently a sign of a deep -pit leading down to water.' +pit leading down to water. > fuck diff --git a/tests/win430.chk b/tests/win430.chk index a8e15a6..0a7e9c8 100644 --- a/tests/win430.chk +++ b/tests/win430.chk @@ -2099,10 +2099,10 @@ friendly elves carry the conquering adventurer off into the sunset. You scored 430 out of a possible 430, using 349 turns. -'Adventuredom stands in awe -- you have now joined the ranks of the +Adventuredom stands in awe -- you have now joined the ranks of the W O R L D C H A M P I O N A D V E N T U R E R S ! It may interest you to know that the Dungeon-Master himself has, to -my knowledge, never achieved this threshold in fewer than 330 turns.' +my knowledge, never achieved this threshold in fewer than 330 turns. To achieve the next higher rating would be a neat trick! Congratulations!! -- 2.31.1