diff --git a/doc/fixes34.1 b/doc/fixes34.1 index dfcb17e09..4b84dc4e4 100644 --- a/doc/fixes34.1 +++ b/doc/fixes34.1 @@ -391,6 +391,8 @@ wielding Werebane prevents catching lycanthropy via monster attack (but not character inflicted with lycanthropy is vulnerable to Werebane when in human/elf/&c form as well as when in beast form shopkeeper could get angry without remembering the customer name +any object held by ghost during recorporealization would cease to exist + including the Amulet of Yendor Platform- and/or Interface-Specific Fixes diff --git a/src/zap.c b/src/zap.c index 00ee4cba1..5522a6ad6 100644 --- a/src/zap.c +++ b/src/zap.c @@ -651,7 +651,7 @@ register struct obj *obj; if (canseemon(ghost)) pline("%s is suddenly drawn into its former body!", Monnam(ghost)); - mongone(ghost); + mondead(ghost); recorporealization = TRUE; newsym(x2, y2); }