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.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index fe17503537..4724ef63f1 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -536,8 +536,9 @@ bool transform(int pow, transformation_type which_trans, bool force,
}
// The actual transformation may still fail later (e.g. due to cursed
- // equipment). In any case, untransforming costs us a turn but nothing
- // else (as does the "End Transformation" ability).
+ // equipment). Ideally, untransforming should cost a turn but nothing
+ // else (as does the "End Transformation" ability). As it is, you
+ // pay with mana and hunger if you already untransformed.
if (!just_check && you.attribute[ATTR_TRANSFORMATION] != TRAN_NONE)
{
bool skip_wielding = false;