summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-06 14:52:26 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-06 15:12:25 -0600
commitb192fdbbbeb85e80aae71e169417511b52e5ab19 (patch)
tree9c5b9e7c1478729eee9ac245e0a684f754edded0
parent21d502bfa5f83e1308aab7b965aa31820ec15911 (diff)
downloadcrawl-ref-b192fdbbbeb85e80aae71e169417511b52e5ab19.tar.gz
crawl-ref-b192fdbbbeb85e80aae71e169417511b52e5ab19.zip
Tweak the message when distortion heals blink frogs.
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index d1b2549c27..0b51df6ad6 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2227,7 +2227,7 @@ bool melee_attack::distortion_affects_defender()
if (defender_visible)
{
special_damage_message =
- make_stringf("%s %s in the translocular energy.",
+ make_stringf("%s %s in the distortional energy.",
def_name(DESC_CAP_THE).c_str(),
defender->conj_verb("bask").c_str());
}