summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-16 15:13:22 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-16 15:13:22 +0000
commitcf1b4beb2d59596d200bfe2a398d5ba093e88096 (patch)
tree8b115c54bcf07e8743d30fe5ee78c10da145df8d /crawl-ref/source/spells2.cc
parent9fedab78247928ef13ffe313bd7ec8ed04af7d32 (diff)
downloadcrawl-ref-cf1b4beb2d59596d200bfe2a398d5ba093e88096.tar.gz
crawl-ref-cf1b4beb2d59596d200bfe2a398d5ba093e88096.zip
Implemented 1633681, Excruciating Wounds spell. Better wording welcome.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@854 c06c8d41-db1a-0410-9941-cceddc491573
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;