summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/potion.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-29 21:27:05 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-30 19:14:01 +0100
commit55deb87d35626051357680c56c2bb7470f8e527f (patch)
treeed936b36db1ca844cfd889cea841bc7d9d97e601 /crawl-ref/source/potion.cc
parentf5bcc7ff0dacecb100ddf77278e174d02501d0c2 (diff)
downloadcrawl-ref-55deb87d35626051357680c56c2bb7470f8e527f.tar.gz
crawl-ref-55deb87d35626051357680c56c2bb7470f8e527f.zip
Brace removal.
Diffstat (limited to 'crawl-ref/source/potion.cc')
-rw-r--r--crawl-ref/source/potion.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/potion.cc b/crawl-ref/source/potion.cc
index 265e497e30..0ae1b8205c 100644
--- a/crawl-ref/source/potion.cc
+++ b/crawl-ref/source/potion.cc
@@ -422,9 +422,7 @@ bool potion_effect(potion_type pot_eff, int pow, item_def *potion, bool was_know
{
you.attribute[ATTR_XP_DRAIN] = max(0, you.attribute[ATTR_XP_DRAIN] / 2 - 25);
if (!you.attribute[ATTR_XP_DRAIN])
- {
mprf(MSGCH_RECOVERY, "Your life force feels restored.");
- }
}
// Give a message if no message otherwise.