Make Dragonbane confer reflection when wielded

This commit is contained in:
Pasi Kallinen
2016-11-14 19:34:16 +02:00
parent 84dc214e5c
commit 06bd0d426b
2 changed files with 3 additions and 1 deletions

View File

@@ -103,7 +103,8 @@ STATIC_OVL NEARDATA struct artifact artilist[] = {
FIRE(5, 0), FIRE(0, 0), NO_CARY, 0, A_NONE, NON_PM, NON_PM, 3000L,
NO_COLOR),
A("Dragonbane", BROADSWORD, (SPFX_RESTR | SPFX_DCLAS), 0, S_DRAGON,
A("Dragonbane", BROADSWORD,
(SPFX_RESTR | SPFX_DCLAS | SPFX_REFLECT), 0, S_DRAGON,
PHYS(5, 0), NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM, 500L,
NO_COLOR),