summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-23 17:59:02 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-23 18:00:10 +0000
commite267fb2d9cff46dbed8958ca1edea34933409f6c (patch)
treec1c231913671850958ddb7d15fc5b5c5febb3ba2 /crawl-ref/source/mutation.cc
parentb1475f1eeebd8197e1fc2feae864aaac7725d6a2 (diff)
downloadcrawl-ref-e267fb2d9cff46dbed8958ca1edea34933409f6c.tar.gz
crawl-ref-e267fb2d9cff46dbed8958ca1edea34933409f6c.zip
Remove some more references to Fo poison vulnerability
Diffstat (limited to 'crawl-ref/source/mutation.cc')
-rw-r--r--crawl-ref/source/mutation.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index ae9932140f..30e74c9722 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -585,10 +585,6 @@ string describe_mutations(bool center_title)
result += "Your are under a permanent stasis effect.\n";
result += "You can dig through walls and to a lower floor.\n";
result += "Your four strong arms can wield any weapon, most with a shield.\n";
- // form_changed_physiology rather than !form_keeps_mutations because
- // statue and lich form both override this with full immunity.
- result += _annotate_form_based("You are susceptible to poison.",
- form_changed_physiology());
have_any = true;
break;