Coverage -- corner cases in lock and find
This commit is contained in:
parent
481d198d39
commit
c8445a88d7
4 changed files with 19 additions and 2 deletions
|
@ -2921,6 +2921,10 @@ OK
|
|||
Interesting. There seems to be something written on the underside of
|
||||
the oyster.
|
||||
|
||||
> find oyster
|
||||
|
||||
You are already carrying it!
|
||||
|
||||
> lock
|
||||
|
||||
Huh?
|
||||
|
@ -2969,7 +2973,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 383 out of a possible 430, using 473 turns.
|
||||
You scored 383 out of a possible 430, using 474 turns.
|
||||
|
||||
Your score puts you in Master Adventurer Class B.
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
## Break the mirror in endgame and die
|
||||
## Also, try to lock door after oiling it
|
||||
n
|
||||
seed 1838473132
|
||||
in
|
||||
|
@ -470,6 +471,7 @@ e
|
|||
# Everything to here is from endgame428
|
||||
attack
|
||||
take oyster
|
||||
find oyster
|
||||
lock
|
||||
lock oyster
|
||||
drop oyster
|
||||
|
|
|
@ -1164,6 +1164,14 @@ The way north is barred by a massive, rusty, iron door.
|
|||
The oil has freed up the hinges so that the door will now move,
|
||||
although it requires some effort.
|
||||
|
||||
> lock door
|
||||
|
||||
OK
|
||||
|
||||
> unlock door
|
||||
|
||||
OK
|
||||
|
||||
> drop bottle
|
||||
|
||||
OK
|
||||
|
@ -2018,7 +2026,7 @@ There is nothing here with which to fill it.
|
|||
The urn is now dark.
|
||||
|
||||
|
||||
You scored 267 out of a possible 430, using 341 turns.
|
||||
You scored 267 out of a possible 430, using 343 turns.
|
||||
|
||||
You have reached "Junior Master" status.
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
## Test filling urn when you have no bottle
|
||||
## Also, try to lock door after oiling it
|
||||
n
|
||||
seed 1838473132
|
||||
in
|
||||
|
@ -192,6 +193,8 @@ climb
|
|||
w
|
||||
n
|
||||
oil door
|
||||
lock door
|
||||
unlock door
|
||||
drop bottle
|
||||
n
|
||||
take trident
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue