summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 16:08:05 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 16:08:05 +0000
commit3f747fa0d582e2b372d629bf1ed295382e689d0a (patch)
tree9e8df7a5288dc363c4bbfaab0cee85c26a41f18b /crawl-ref/source/transfor.cc
parentddb4be75fa41e1ef1e52189d2742e4dea70c444b (diff)
downloadcrawl-ref-3f747fa0d582e2b372d629bf1ed295382e689d0a.tar.gz
crawl-ref-3f747fa0d582e2b372d629bf1ed295382e689d0a.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4544 c06c8d41-db1a-0410-9941-cceddc491573
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 ce766cbe40..b2be6551ed 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -386,7 +386,7 @@ bool transform(int pow, transformation_type which_trans)
// silently removed since undead automatically resist poison -- bwr
you.duration[DUR_RESIST_POISON] = 0;
- /* no remove_equip */
+ // no remove_equip
you.attribute[ATTR_TRANSFORMATION] = TRAN_LICH;
you.duration[DUR_TRANSFORMATION] = 20 + random2(pow) + random2(pow);