summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-09-21 13:01:21 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-09-21 13:01:21 +0200
commit2e3edf5f5e2e938b7a73f8b74d4cdd3c2f44c33c (patch)
tree2e714686a87fa0f38773e71ecf6cae804a07e722 /crawl-ref/source/transform.h
parent369139649c155cbd229881f558884b9ab702748e (diff)
downloadcrawl-ref-2e3edf5f5e2e938b7a73f8b74d4cdd3c2f44c33c.tar.gz
crawl-ref-2e3edf5f5e2e938b7a73f8b74d4cdd3c2f44c33c.zip
Fix extending a transformation sometimes doing nothing.
It could increase the duration by literally 0, or a bit more often, by just 10 or 20 aut. You could work this around by transforming to something else (including a human for 0 mana, 2 turns) then recasting. It has now the same duration as the initial cast. You can't pile on extensions anymore, too -- it is set not added.
Diffstat (limited to 'crawl-ref/source/transform.h')
-rw-r--r--crawl-ref/source/transform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/transform.h b/crawl-ref/source/transform.h
index 5343ca10bb..afa138174b 100644
--- a/crawl-ref/source/transform.h
+++ b/crawl-ref/source/transform.h
@@ -42,8 +42,6 @@ monster_type transform_mons();
std::string blade_parts(bool terse = false);
monster_type dragon_form_dragon_type();
-void transformation_expiration_warning();
-
int form_hp_mod();
#endif