Macros for checking is object artifact
This commit is contained in:
@@ -1359,8 +1359,7 @@ makemon(
|
||||
if (is_dprince(ptr) && ptr->msound == MS_BRIBE) {
|
||||
mtmp->mpeaceful = mtmp->minvis = mtmp->perminvis = 1;
|
||||
mtmp->mavenge = 0;
|
||||
if (uwep && (uwep->oartifact == ART_EXCALIBUR
|
||||
|| uwep->oartifact == ART_DEMONBANE))
|
||||
if (u_wield_art(ART_EXCALIBUR) || u_wield_art(ART_DEMONBANE))
|
||||
mtmp->mpeaceful = mtmp->mtame = FALSE;
|
||||
}
|
||||
if (mndx == PM_RAVEN && uwep && uwep->otyp == BEC_DE_CORBIN)
|
||||
|
||||
Reference in New Issue
Block a user