summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/transfor.cc')
-rw-r--r--crawl-ref/source/transfor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index 2036d37e0d..ab26332359 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -534,7 +534,7 @@ bool transform(int pow, transformation_type which_trans, bool force,
{
if (just_check)
return (true);
-
+
if (which_trans==TRAN_PIG)
mpr("You feel you'll be a pig longer.");
else