Document a bugfix and isolate it in a test.
This commit is contained in:
parent
dc8b19bcdc
commit
4eccfa127c
3 changed files with 10 additions and 7 deletions
|
@ -51,6 +51,8 @@ Bug fixes:
|
|||
|
||||
* Oyster was readable after first gotten even when not carried.
|
||||
|
||||
* Response to an attempt to unlock the oyster while carrying it was incorrect.
|
||||
|
||||
* Behavior when saying the giant's magic words outside his room wasn't
|
||||
quite correct - the game responded as though the player were in
|
||||
the room ("...can't you read?"). The new message is "Nothing happens."
|
||||
|
|
|
@ -2934,14 +2934,14 @@ Huh?
|
|||
|
||||
Huh?
|
||||
|
||||
> unlock oyster
|
||||
|
||||
I advise you to put down the oyster before opening it. >WRENCH!<
|
||||
|
||||
> drop oyster
|
||||
|
||||
OK
|
||||
|
||||
> unlock oyster
|
||||
|
||||
You don't have anything strong enough to open the oyster.
|
||||
|
||||
> take oyster
|
||||
|
||||
OK
|
||||
|
|
|
@ -467,14 +467,16 @@ e
|
|||
e
|
||||
cave
|
||||
e
|
||||
# Everything to here is from endgame428
|
||||
# Everything to here is from endgame428,
|
||||
# except we drop the oyster before trying
|
||||
# to unlock it rather than after.
|
||||
attack
|
||||
take oyster
|
||||
find oyster
|
||||
lock
|
||||
lock oyster
|
||||
unlock oyster
|
||||
drop oyster
|
||||
unlock oyster
|
||||
take oyster
|
||||
read oyster
|
||||
y
|
||||
|
@ -482,4 +484,3 @@ sw
|
|||
attack bird
|
||||
find bird
|
||||
break mirror
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue