diff --git a/doc/fixes34.2 b/doc/fixes34.2 index 436409b40..a041b47c0 100644 --- a/doc/fixes34.2 +++ b/doc/fixes34.2 @@ -99,6 +99,7 @@ stethoscope use should be free the first time it's use per player move travel command caches last position to make non-mouse less painful update pit trapped time when polymorphing to or from a monster that passes_walls show artifact hit message which affect the monster that swallowed the hero +revived pet corpse from bones file should not be loyal to current player Platform- and/or Interface-Specific Fixes diff --git a/src/restore.c b/src/restore.c index aabcad5aa..2ad6617d6 100644 --- a/src/restore.c +++ b/src/restore.c @@ -974,6 +974,7 @@ boolean ghostly; struct monst *mtmp = (struct monst *)otmp->oextra; mtmp->m_id = 0; + mtmp->mpeaceful = mtmp->mtame = 0; /* pet's owner died! */ } if (ghostly && otmp->oattached == OATTACHED_M_ID) { (void) memcpy((genericptr_t)&oldid, (genericptr_t)otmp->oextra,