From e3dd3a059c3ed8879ed909b47fa7f4d17f2b26fc Mon Sep 17 00:00:00 2001 From: Erik Lunna Date: Sun, 24 Sep 2023 20:20:22 +0200 Subject: [PATCH] All the alignment quest nemesis drops are non-intelligent. This now matches SLASH'EM. --- include/artilist.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/artilist.h b/include/artilist.h index d92ae63ca..12ad99a2e 100644 --- a/include/artilist.h +++ b/include/artilist.h @@ -487,19 +487,19 @@ STATIC_OVL NEARDATA struct artifact artilist[] = { 10000L, NO_COLOR, DEFAULT_MAT), A("The Eye of the Beholder", EYEBALL, - (SPFX_NOGEN | SPFX_NOWISH | SPFX_RESTR | SPFX_INTEL | SPFX_WARN), 0, 0, + (SPFX_NOGEN | SPFX_NOWISH | SPFX_RESTR | SPFX_WARN), 0, 0, NO_ATTK, NO_DFNS, NO_CARY, DEATH_GAZE, A_NEUTRAL, NON_PM, NON_PM, 500L, NO_COLOR, DEFAULT_MAT), A("The Hand of Vecna", SEVERED_HAND, - (SPFX_NOGEN | SPFX_NOWISH | SPFX_RESTR | SPFX_INTEL), + (SPFX_NOGEN | SPFX_NOWISH | SPFX_RESTR), (SPFX_REGEN | SPFX_HPHDAM), 0, NO_ATTK, DFNS(AD_DRLI), CARY(AD_COLD), SUMMON_UNDEAD, A_CHAOTIC, NON_PM, NON_PM, 700L, NO_COLOR, DEFAULT_MAT), A("The Key of Law", SKELETON_KEY, - (SPFX_NOGEN | SPFX_NOWISH | SPFX_RESTR | SPFX_INTEL), 0, 0, + (SPFX_NOGEN | SPFX_NOWISH | SPFX_RESTR), 0, 0, NO_ATTK, NO_DFNS, NO_CARY, 0, A_LAWFUL, NON_PM, NON_PM, 1000L, NO_COLOR, GEMSTONE),