summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-01 14:19:30 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-01 14:19:30 +0000
commitc9b07a1a83b5839c45b7eb11bd9d0645e66d9268 (patch)
treef3cc1600152c538e453382fb03f4ff816d5f3f7c /crawl-ref/source/stuff.cc
parentfa99a86759add6439ecf5f1248890e1c4e7c8b6e (diff)
downloadcrawl-ref-c9b07a1a83b5839c45b7eb11bd9d0645e66d9268.tar.gz
crawl-ref-c9b07a1a83b5839c45b7eb11bd9d0645e66d9268.zip
Add partial resistance to the list of canned messages.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4792 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 9bbec1f7c7..099f0b81f5 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -831,6 +831,9 @@ void canned_msg(canned_message_type which_message)
case MSG_YOU_RESIST:
mpr("You resist.");
break;
+ case MSG_YOU_PARTIALLY_RESIST:
+ mpr("You partially resist.");
+ break;
case MSG_TOO_BERSERK:
mpr("You are too berserk!");
crawl_state.cancel_cmd_repeat();