Drop vase on pillow in well house and confirm that you get points for it.
This commit is contained in:
parent
3afaabead3
commit
86e2e21ef8
5 changed files with 17 additions and 6 deletions
3
TODO
3
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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue