summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-18 13:26:18 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-18 13:26:18 +0000
commit5deb29bf245d7ff57751f4ea2a2159439a516e42 (patch)
tree6248a847f280784ce9c95b0a4b3a96f08132dcc3 /crawl-ref/source/abl-show.cc
parent4cac38979dea03c2323e33c854ac1092621edec0 (diff)
downloadcrawl-ref-5deb29bf245d7ff57751f4ea2a2159439a516e42.tar.gz
crawl-ref-5deb29bf245d7ff57751f4ea2a2159439a516e42.zip
* Fix Bat Form restrictions not applying to choice by clicking (Tiles).
* Allow </> as synonyms for left/right hand in swap_rings(). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9791 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index b0a35bc933..908e609bd0 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -943,7 +943,7 @@ static bool _activate_talent(const talent& tal)
}
}
else if (tal.which == ABIL_END_TRANSFORMATION
- && you.attribute[ATTR_TRANSFORMATION] == TRAN_BAT
+ && player_in_bat_form()
&& you.dex <= 5)
{
mpr("Turning back with such low dexterity would be fatal!", MSGCH_WARN);