Skip to content

Commit

Permalink
Origin confers ESP when wielded; slightly buff damage.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Dec 20, 2024
1 parent 75bcae9 commit 7781404
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 @@ -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),

Expand Down

0 comments on commit 7781404

Please sign in to comment.