This commit is contained in:
Eric S. Raymond 2024-09-22 13:08:31 -04:00
parent 20fd7c589f
commit 9c3f4b0c90
2 changed files with 9 additions and 8 deletions

3
main.c
View file

@ -1272,7 +1272,8 @@ static bool do_command(void) {
pspeak(OYSTER, look, true, 1);
}
for (size_t i = 1; i <= NOBJECTS; i++) {
if (TOTING(i) && (OBJECT_IS_NOTFOUND(i) ||
if (TOTING(i) &&
(OBJECT_IS_NOTFOUND(i) ||
OBJECT_IS_STASHED(i))) {
game.objects[i].prop =
OBJECT_STASHED(i);