From 19d229916a442397c1726d04298329283f2f39f2 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 20 Apr 2008 13:08:35 +0000 Subject: 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 --- crawl-ref/source/abl-show.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/abl-show.cc') 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 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 ); -- cgit v1.2.3-54-g00ecf