summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 5031bdfb17..bd9e8452bf 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -254,7 +254,6 @@ void direct_effect(struct bolt &pbolt)
switch (pbolt.type)
{
case DMNBM_HELLFIRE:
- mpr( "You are engulfed in a burst of hellfire!" );
pbolt.name = "hellfire";
pbolt.ex_size = 1;
pbolt.flavour = BEAM_HELLFIRE;