summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 24de663cae..92a71f22a1 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1565,10 +1565,13 @@ static void decrement_durations()
strcat(info, " stops crackling.");
break;
case SPWPN_DISTORTION:
- strcat( info, " seems straighter." );
+ strcat(info, " seems straighter.");
// [dshaligram] Makes the brand unusable
// miscast_effect( SPTYP_TRANSLOCATION, 9, 90, 100, "a distortion effect" );
break;
+ case SPWPN_PAIN:
+ strcat(info, " seems less painful.");
+ break;
default:
strcat(info, " seems inexplicably less special.");
break;