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>2008-04-20 13:08:35 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-20 13:08:35 +0000
commit19d229916a442397c1726d04298329283f2f39f2 (patch)
tree7c2fae1f13e7bb987619bcec111eb72d1eaca6d9 /crawl-ref/source/abl-show.cc
parent9fb0ff3699fbf27f4efb1f95971202b4e6f6b552 (diff)
downloadcrawl-ref-19d229916a442397c1726d04298329283f2f39f2.tar.gz
crawl-ref-19d229916a442397c1726d04298329283f2f39f2.zip
Vampires: Allow Bat Form only until Satiated, and add this and the
mutation chances to the vampire overview screen. Also, add time-out messages for Icy Armour (FR 1946662) and Forescry, because why not? git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4408 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 7128a544a9..3afa6f2a59 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -2016,7 +2016,7 @@ std::vector<talent> your_talents( bool check_confused )
}
if (you.species == SP_VAMPIRE && you.experience_level >= 3
- && you.hunger_state < HS_ENGORGED
+ && you.hunger_state <= HS_SATIATED
&& you.attribute[ATTR_TRANSFORMATION] != TRAN_BAT)
{
_add_talent(talents, ABIL_TRAN_BAT, check_confused );