summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-23 15:46:50 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-23 15:46:50 +0000
commitc4f8ee4f6aecbef73857e7fc9e3af5112c07412d (patch)
tree9402ccf2b3159ebf277d130f6c802d29c12c2da8 /crawl-ref/source/transfor.cc
parent942c5b352c3854cc68c9359f3ad561e7a1645dd7 (diff)
downloadcrawl-ref-c4f8ee4f6aecbef73857e7fc9e3af5112c07412d.tar.gz
crawl-ref-c4f8ee4f6aecbef73857e7fc9e3af5112c07412d.zip
Tweak Trog's Berserk description - he doesn't routinely prevent
followers from passing out, though the chance eventually reaches 100%. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6084 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/transfor.cc')
-rw-r--r--crawl-ref/source/transfor.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index b27ad87854..f4152cb2ef 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -50,7 +50,8 @@ static void _init_equipment_removal(std::set<equipment_type> &rem_stuff,
break;
case TRAN_BAT:
- // Bats can't wear rings.
+ // Bats can't wear rings, either. This means that the only equipment
+ // the player may keep wearing upon transformation is an amulet.
rem_stuff.insert(EQ_LEFT_RING);
rem_stuff.insert(EQ_RIGHT_RING);
break;