summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/it_use2.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc
index 0878c7dbba..dd44ac75ce 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -93,7 +93,7 @@ bool potion_effect( char pot_eff, int pow )
mpr( "You feel very mighty all of a sudden." );
else
{
- mpr( "You still feel pretty mighty." );
+ mpr( "You feel mightier all of a sudden." );
contaminate_player(1);
}
@@ -186,7 +186,7 @@ bool potion_effect( char pot_eff, int pow )
case POT_INVISIBILITY:
mpr( (!you.invis) ? "You fade into invisibility!"
- : "You feel safely hidden away." );
+ : "You fade further into invisibility." );
// now multiple invisiblity casts aren't as good -- bwr
if (!you.invis)