From e0b9aeda6e03a79fbe8029eb4fa63f39692cdef7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 5 Apr 2022 19:20:21 -0400 Subject: [PATCH] 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. --- notes.adoc | 3 +++ tests/endobjects.log | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/notes.adoc b/notes.adoc index 4c74ba1..a3304ba 100644 --- a/notes.adoc +++ b/notes.adoc @@ -69,6 +69,9 @@ Bug fixes: * Under odd circumstances (dropping rug or vase outdoors) the game could 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: By default, advent issues "> " as a command prompt. This feature diff --git a/tests/endobjects.log b/tests/endobjects.log index 8ebd57c..e532df0 100644 --- a/tests/endobjects.log +++ b/tests/endobjects.log @@ -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 no seed 11247848 @@ -419,6 +419,7 @@ get bottle inven sw get cage +# In the original game, the bird is in the cage at this point inven get bird inven -- 2.31.1