]> granicus.if.org Git - nethack/commitdiff
Make Dragonbane confer reflection when wielded
authorPasi Kallinen <paxed@alt.org>
Mon, 14 Nov 2016 17:34:16 +0000 (19:34 +0200)
committerPasi Kallinen <paxed@alt.org>
Mon, 14 Nov 2016 17:34:20 +0000 (19:34 +0200)
doc/fixes36.1
include/artilist.h

index 815b9f1ade4aef99f08d4877576b7cc6dbead14b..34cdffc71571ca756bb7853ecb30dffa00ad355f 100644 (file)
@@ -353,6 +353,7 @@ sometimes generate the random mazes with wide corridors, thick walls,
 put throne room gold in the chest
 wielding Trollsbane prevents trolls from reviving
 wielding Demonbane prevents demons summoning friends
+wielding Dragonbane confers reflection
 Elbereth must now be on a square by itself to function
 Elbereth now erodes based on attacks by the player, not monsters scared
 novels are made of paper, not gold
index b3510386c093877a3965297032582ce32725c145..e06e99a7fd6269a9e7fb7f8e5a3762e3c8051436 100644 (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),