From 77814041668fe84b84e160b4970106a57fd6ab7a Mon Sep 17 00:00:00 2001 From: Erik Lunna Date: Fri, 20 Dec 2024 13:47:57 -0500 Subject: [PATCH] Origin confers ESP when wielded; slightly buff damage. --- include/artilist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/artilist.h b/include/artilist.h index 1c246b604..1599e85d7 100644 --- a/include/artilist.h +++ b/include/artilist.h @@ -467,8 +467,8 @@ static NEARDATA struct artifact artilist[] = { /* From SpliceHack with changes: * Grants teleport control; greatly increases spellcasting ability. */ A("Origin", QUARTERSTAFF, - (SPFX_RESTR | SPFX_TCTRL), 0, 0, - PHYS(0, 6), NO_DFNS, NO_CARY, 0, + (SPFX_RESTR | SPFX_TCTRL | SPFX_ESP), 0, 0, + PHYS(0, 8), NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM, 4, ARTVAL, 500L, NO_COLOR, ORIGIN),