Introduce OBJECT_STASHIFY.

This commit is contained in:
Eric S. Raymond 2024-09-22 22:34:07 -04:00
parent 0157e58668
commit 08f0351817
3 changed files with 3 additions and 3 deletions

3
main.c
View file

@ -1275,8 +1275,7 @@ static bool do_command(void) {
if (TOTING(i) &&
(OBJECT_IS_NOTFOUND(i) ||
OBJECT_IS_STASHED(i))) {
game.objects[i].prop =
PROP_STASHIFY(game.objects[i].prop);
OBJECT_STASHIFY(i, game.objects[i].prop);
}
}
}