Resolve Gitlab issue #55: in endgame, some object starting states are incorrect
The uncaged status of the bird in the endagame doesn't seem worth the effort to fix it.
This commit is contained in:
parent
73b49d27f4
commit
e0b9aeda6e
2 changed files with 5 additions and 1 deletions
|
@ -69,6 +69,9 @@ Bug fixes:
|
||||||
* Under odd circumstances (dropping rug or vase outdoors) the game could
|
* Under odd circumstances (dropping rug or vase outdoors) the game could
|
||||||
say "floor" when it should say "ground" (or "dirt", or something).
|
say "floor" when it should say "ground" (or "dirt", or something).
|
||||||
|
|
||||||
|
* Bird starts uncaged in the endgame. This is an accidental change
|
||||||
|
that doesn't seem worth the effort to fix.
|
||||||
|
|
||||||
Enhancements:
|
Enhancements:
|
||||||
|
|
||||||
By default, advent issues "> " as a command prompt. This feature
|
By default, advent issues "> " as a command prompt. This feature
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Check that water is unavailable in endgame
|
### Check that water is unavailable in endgame
|
||||||
# Addresses GitLab issue #55: in endgame, some object starting states are incorrect
|
# Addresses GitLab issue #55: in endgame, some object starting states are incorrect
|
||||||
no
|
no
|
||||||
seed 11247848
|
seed 11247848
|
||||||
|
@ -419,6 +419,7 @@ get bottle
|
||||||
inven
|
inven
|
||||||
sw
|
sw
|
||||||
get cage
|
get cage
|
||||||
|
# In the original game, the bird is in the cage at this point
|
||||||
inven
|
inven
|
||||||
get bird
|
get bird
|
||||||
inven
|
inven
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue