summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/chardump.cc
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2013-03-09 17:26:09 -0800
committerBrendan Hickey <brendan@bhickey.net>2013-03-15 21:23:26 -0700
commite1b78046c4fb0d68c14de981e36c608367db366c (patch)
tree233107f2905e05acea724e16b892af62e335fa55 /crawl-ref/source/chardump.cc
parente3433fca80e5bff93b108c62d00a165eb79eb9b0 (diff)
downloadcrawl-ref-e1b78046c4fb0d68c14de981e36c608367db366c.tar.gz
crawl-ref-e1b78046c4fb0d68c14de981e36c608367db366c.zip
Fungus Form
A bad_form that turns you into a wandering mushroom. Player gains confusing touch, a large stealth bonus, and the inability to move when under hostile observation.
Diffstat (limited to 'crawl-ref/source/chardump.cc')
-rw-r--r--crawl-ref/source/chardump.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/chardump.cc b/crawl-ref/source/chardump.cc
index 3638747156..cc0d86f74b 100644
--- a/crawl-ref/source/chardump.cc
+++ b/crawl-ref/source/chardump.cc
@@ -293,6 +293,9 @@ static void _sdump_transform(dump_params &par)
par.se ? "had" : "have", appendage_name());
}
break;
+ case TRAN_FUNGUS:
+ text += "You " + verb + " an sentient fungus.";
+ break;
case TRAN_TREE:
text += "You " + verb + " an animated tree.";
break;