Improve test coverage.
This commit is contained in:
parent
c8dbb241e8
commit
f704580d89
6 changed files with 14 additions and 12 deletions
|
@ -1273,6 +1273,10 @@ There is a delicate, precious, ming vase here!
|
|||
|
||||
OK
|
||||
|
||||
> fill vase
|
||||
|
||||
There is nothing here with which to fill it.
|
||||
|
||||
> se
|
||||
|
||||
There is a threatening little dwarf in the room with you!
|
||||
|
@ -1419,7 +1423,7 @@ I'm afraid I don't understand.
|
|||
The sudden change in temperature has delicately shattered the vase.
|
||||
|
||||
|
||||
You scored 191 out of a possible 430, using 233 turns.
|
||||
You scored 191 out of a possible 430, using 234 turns.
|
||||
|
||||
You may now consider yourself a "Seasoned Adventurer".
|
||||
|
||||
|
|
|
@ -213,6 +213,8 @@ take trident
|
|||
nw
|
||||
s
|
||||
take vase
|
||||
# Inserted
|
||||
fill vase
|
||||
se
|
||||
throw axe
|
||||
take axe
|
||||
|
@ -232,7 +234,7 @@ n
|
|||
off
|
||||
plugh
|
||||
out
|
||||
# Everything above this from endgame428
|
||||
# Everything not marked 'Inserted' above this from endgame428
|
||||
inven
|
||||
stream
|
||||
read vase
|
||||
|
|
|
@ -1109,8 +1109,6 @@ a small pool of oil in one corner of the pit.
|
|||
|
||||
Your bottle is now full of oil.
|
||||
|
||||
>
|
||||
|
||||
> u
|
||||
|
||||
You're at east end of Twopit Room.
|
||||
|
@ -1975,6 +1973,10 @@ Your bottle is now empty and the urn is full of oil.
|
|||
|
||||
The urn is now lit.
|
||||
|
||||
> fill urn
|
||||
|
||||
The urn is already full of oil.
|
||||
|
||||
> read urn
|
||||
|
||||
I'm afraid I don't understand.
|
||||
|
@ -1984,7 +1986,7 @@ I'm afraid I don't understand.
|
|||
The urn is now dark.
|
||||
|
||||
|
||||
You scored 267 out of a possible 430, using 332 turns.
|
||||
You scored 267 out of a possible 430, using 333 turns.
|
||||
|
||||
You have reached "Junior Master" status.
|
||||
|
||||
|
|
|
@ -183,7 +183,6 @@ drop appendage
|
|||
e
|
||||
d
|
||||
get oil
|
||||
|
||||
u
|
||||
w
|
||||
d
|
||||
|
@ -334,5 +333,6 @@ n
|
|||
fill urn
|
||||
light urn
|
||||
# Everything to here copied from endgame428
|
||||
fill urn
|
||||
read urn
|
||||
extinguish urn
|
||||
|
|
|
@ -7,11 +7,6 @@ You are standing at the end of a road before a small brick building.
|
|||
Around you is a forest. A small stream flows out of the building and
|
||||
down a gully.
|
||||
|
||||
> seed 368611969
|
||||
Seed set to 368611969
|
||||
|
||||
You're in front of building.
|
||||
|
||||
> seed 1635997320
|
||||
Seed set to 1635997320
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
## Get batteries from the vending machine
|
||||
n
|
||||
seed 368611969
|
||||
seed 1635997320
|
||||
in
|
||||
take lamp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue