From 86e2e21ef8ab220d4581929617a7b5ea57b15b0c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 18 Apr 2022 12:40:09 -0400 Subject: [PATCH] Drop vase on pillow in well house and confirm that you get points for it. --- TODO | 3 +-- tests/birdsnakewake.chk | 16 ++++++++++++---- tests/birdsnakewake.log | 4 ++++ tests/{dropvase.chk => softroom.chk} | 0 tests/{dropvase.log => softroom.log} | 0 5 files changed, 17 insertions(+), 6 deletions(-) rename tests/{dropvase.chk => softroom.chk} (100%) rename tests/{dropvase.log => softroom.log} (100%) diff --git a/TODO b/TODO index 7aa2fc9..10ec769 100644 --- a/TODO +++ b/TODO @@ -4,8 +4,7 @@ The FORTRANish mess that once was is now mostly idiomatic C. Some issues remain to be cleaned up: * More possible vase tests: - DROP VASE in the well house and confirm that you do/don't get points for it; - die while carrying the vase and confirm that it doesn't break. + Die while carrying the vase and confirm that it doesn't break. * We are aware that the lamp currently used as the project logo is a hurricane lamp, not a proper miner's lamp. Submissions of potential diff --git a/tests/birdsnakewake.chk b/tests/birdsnakewake.chk index 2edcd0b..68f99d4 100644 --- a/tests/birdsnakewake.chk +++ b/tests/birdsnakewake.chk @@ -1393,6 +1393,10 @@ There are some keys on the ground here. There is food here. +> score + +You have garnered 191 out of a possible 430 points, using 229 turns. + > drop pillow OK @@ -1401,6 +1405,10 @@ OK The vase is now resting, delicately, on a velvet pillow. +> score + +You have garnered 205 out of a possible 430 points, using 232 turns. + > drop trident OK @@ -2115,6 +2123,9 @@ There are many coins here! > drop ruby +Tsk! A wizard wouldn't have to take 350 turns. This is going to cost +you a couple of points. + OK > drop sapphire @@ -2123,9 +2134,6 @@ OK > drop amber -Tsk! A wizard wouldn't have to take 350 turns. This is going to cost -you a couple of points. - OK > drop rug @@ -2933,7 +2941,7 @@ The resulting ruckus has awakened the dwarves. There are now several threatening little dwarves in the room with you! Most of them throw knives at you! All of them get you! -You scored 393 out of a possible 430, using 466 turns. +You scored 393 out of a possible 430, using 468 turns. Your score puts you in Master Adventurer Class B. diff --git a/tests/birdsnakewake.log b/tests/birdsnakewake.log index 531ae2c..0d64d15 100644 --- a/tests/birdsnakewake.log +++ b/tests/birdsnakewake.log @@ -231,8 +231,12 @@ u n off plugh +# The score commands verify that you do indeed score points +# for dropping the vase on the pillow in the building. +score drop pillow drop vase +score drop trident drop emerald drop ebony diff --git a/tests/dropvase.chk b/tests/softroom.chk similarity index 100% rename from tests/dropvase.chk rename to tests/softroom.chk diff --git a/tests/dropvase.log b/tests/softroom.log similarity index 100% rename from tests/dropvase.log rename to tests/softroom.log -- 2.31.1