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.
|
* 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
|
* Behavior when saying the giant's magic words outside his room wasn't
|
||||||
quite correct - the game responded as though the player were in
|
quite correct - the game responded as though the player were in
|
||||||
the room ("...can't you read?"). The new message is "Nothing happens."
|
the room ("...can't you read?"). The new message is "Nothing happens."
|
||||||
|
|
|
@ -2934,14 +2934,14 @@ Huh?
|
||||||
|
|
||||||
Huh?
|
Huh?
|
||||||
|
|
||||||
> unlock oyster
|
|
||||||
|
|
||||||
I advise you to put down the oyster before opening it. >WRENCH!<
|
|
||||||
|
|
||||||
> drop oyster
|
> drop oyster
|
||||||
|
|
||||||
OK
|
OK
|
||||||
|
|
||||||
|
> unlock oyster
|
||||||
|
|
||||||
|
You don't have anything strong enough to open the oyster.
|
||||||
|
|
||||||
> take oyster
|
> take oyster
|
||||||
|
|
||||||
OK
|
OK
|
||||||
|
|
|
@ -467,14 +467,16 @@ e
|
||||||
e
|
e
|
||||||
cave
|
cave
|
||||||
e
|
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
|
attack
|
||||||
take oyster
|
take oyster
|
||||||
find oyster
|
find oyster
|
||||||
lock
|
lock
|
||||||
lock oyster
|
lock oyster
|
||||||
unlock oyster
|
|
||||||
drop oyster
|
drop oyster
|
||||||
|
unlock oyster
|
||||||
take oyster
|
take oyster
|
||||||
read oyster
|
read oyster
|
||||||
y
|
y
|
||||||
|
@ -482,4 +484,3 @@ sw
|
||||||
attack bird
|
attack bird
|
||||||
find bird
|
find bird
|
||||||
break mirror
|
break mirror
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue