Skip to content

Commit

Permalink
All the alignment quest nemesis drops are non-intelligent.
Browse files Browse the repository at this point in the history
This now matches SLASH'EM.
  • Loading branch information
elunna committed Sep 24, 2023
1 parent b522b06 commit e3dd3a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/artilist.h
Original file line number Diff line number Diff line change
Expand Up @@ -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),

Expand Down

0 comments on commit e3dd3a0

Please sign in to comment.