From 6eafcd5dcf0406eb929d2008919bd258f8369fef Mon Sep 17 00:00:00 2001 From: Erik Lunna Date: Tue, 31 Oct 2023 15:25:02 +0100 Subject: [PATCH] Fix: Removed the intelligent flag from the Key of Law instead of Nighthorn. --- include/artilist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/artilist.h b/include/artilist.h index 3102a1d6b..14502c7da 100644 --- a/include/artilist.h +++ b/include/artilist.h @@ -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), @@ -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),