Skip to content

Commit

Permalink
Fix: Removed the intelligent flag from the Key of Law instead of Nigh…
Browse files Browse the repository at this point in the history
…thorn.
  • Loading branch information
elunna committed Oct 31, 2023
1 parent b53c6ff commit 6eafcd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/artilist.h
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ STATIC_OVL NEARDATA struct artifact artilist[] = {
/*** Alignment quest artifacts ***/
A("Nighthorn", UNICORN_HORN,
(SPFX_NOGEN | SPFX_NOWISH | SPFX_RESTR | SPFX_REFLECT
| SPFX_INTEL | SPFX_DEFN), 0, 0,
| SPFX_DEFN), 0, 0,
PHYS(1, 3), DFNS(AD_STUN), NO_CARY, 0,
A_LAWFUL, NON_PM, NON_PM, 10000L, NO_COLOR, DEFAULT_MAT),

Expand All @@ -568,7 +568,7 @@ STATIC_OVL NEARDATA struct artifact artilist[] = {
A_CHAOTIC, NON_PM, NON_PM, 700L, NO_COLOR, DEFAULT_MAT),

A("The Key of Law", SKELETON_KEY,
(SPFX_NOGEN | SPFX_NOWISH | SPFX_RESTR), 0, 0,
(SPFX_NOGEN | SPFX_NOWISH | SPFX_RESTR | SPFX_INTEL), 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 6eafcd5

Please sign in to comment.