From: Sean Hunt Date: Wed, 27 May 2015 13:17:17 +0000 (+0900) Subject: Remember novel titles in bones. X-Git-Tag: NetHack-3.6.0_RC01~348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4470885382a5389cc37703962251f100e914627;p=nethack Remember novel titles in bones. --- diff --git a/src/bones.c b/src/bones.c index d2b4655bc..b1c9fbded 100644 --- a/src/bones.c +++ b/src/bones.c @@ -111,6 +111,7 @@ boolean restore; discarding player notes attached to statues.] */ if (has_oname(otmp) && !(otmp->oartifact || otmp->otyp == STATUE + || otmp->otyp == SPE_NOVEL || (otmp->otyp == CORPSE && otmp->corpsenm >= SPECIAL_PM))) { free_oname(otmp);