Skip to content

Commit

Permalink
Fix: Drowsing Rod was not inflicting it's special attack (reported by…
Browse files Browse the repository at this point in the history
… mobileuser).
  • Loading branch information
elunna committed Oct 3, 2023
1 parent e234807 commit 8a1fffe
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 @@ -407,8 +407,8 @@ STATIC_OVL NEARDATA struct artifact artilist[] = {
PHYS(5, 0), DFNS(AD_ACID), NO_CARY, 0, A_NONE, NON_PM, NON_PM, 3000L,
NO_COLOR, IRON),

A("Drowsing Rod", STAFF_OF_HEALING, (SPFX_RESTR), 0, 0,
SLEE(5, 4), DFNS(AD_SLEE), NO_CARY, 0, A_NONE, PM_HEALER, NON_PM, 500L,
A("Drowsing Rod", STAFF_OF_HEALING, (SPFX_RESTR | SPFX_ATTK), 0, 0,
SLEE(5, 5), DFNS(AD_SLEE), NO_CARY, 0, A_NONE, PM_HEALER, NON_PM, 500L,
CLR_MAGENTA, COPPER),

A("Fire Brand", SHORT_SWORD, (SPFX_RESTR | SPFX_ATTK | SPFX_DEFN), 0, 0,
Expand Down

0 comments on commit 8a1fffe

Please sign in to comment.