summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 63d9977776..3424850237 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -1493,12 +1493,10 @@ static bool _is_poly_power_unsuitable(
}
}
-/*
- * if targetc == RANDOM_MONSTER then relpower indicates the desired
- * power of the new monster relative to the current monster.
- * Relaxation still takes effect when needed no matter what relpower
- * says.
- */
+// if targetc == RANDOM_MONSTER, then relpower indicates the desired
+// power of the new monster, relative to the current monster.
+// Relaxation still takes effect when needed, no matter what relpower
+// says.
bool monster_polymorph( monsters *monster, monster_type targetc,
poly_power_type power )
{