From 1be101fd1fc43a252cdc4debf475edf0c6dba81b Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 27 Jun 2009 17:04:31 +0000 Subject: Apply patch by Adam Borowski, introducing new unique enchantress Kirke. This includes a new transformation TRAN_PIG that the player can not end at will but rather will have to time out. Pigs (or rather hogs) are fast but cannot use any equipment except amulets, or cast spells. If the transformation would cause death by stat loss (due to equipment loss) the player is paralysed instead. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10061 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 01bf48e49c..d0f3c3624a 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -2164,7 +2164,7 @@ std::vector your_talents(bool check_confused) if (player_mutation_level(MUT_SMITE)) _add_talent(talents, ABIL_BOLT_OF_DRAINING, check_confused); - if (you.duration[DUR_TRANSFORMATION]) + if (you.duration[DUR_TRANSFORMATION] && you.attribute[ATTR_TRANSFORMATION]!=TRAN_PIG) _add_talent(talents, ABIL_END_TRANSFORMATION, check_confused); if (player_mutation_level(MUT_BLINK)) -- cgit v1.2.3-54-g00ecf