summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 00addb438f..40b8ea0445 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -621,6 +621,14 @@ bool brand_weapon(int which_brand, int power)
// 9, 90, 100, "a distortion effect");
break;
+ case SPWPN_PAIN:
+ // well, in theory, we could be silenced, but then how are
+ // we casting the brand spell?
+ strcat(info, " shrieks in agony.");
+ noisy( 15, you.x_pos, you.y_pos );
+ duration_affected = 8;
+ break;
+
case SPWPN_DUMMY_CRUSHING: //jmf: added for Maxwell's Silver Hammer
if (wpn_type != DVORP_CRUSHING)
return false;