summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2010-02-03 18:26:27 -0500
committerCharles Otto <ottochar@gmail.com>2010-02-03 18:26:27 -0500
commitd3e8ab7ba281588782183393f26e4fdbf8dda1fe (patch)
treefb3d5ed76f8bffc3312abe196dd578c9d1d8d986 /crawl-ref/source/directn.h
parentdfff495eb78d0fb545f0214aeb6560bbc300f042 (diff)
downloadcrawl-ref-d3e8ab7ba281588782183393f26e4fdbf8dda1fe.tar.gz
crawl-ref-d3e8ab7ba281588782183393f26e4fdbf8dda1fe.zip
Name change - spore covered to mold covered
Call the fprop giant spores leave behind them mold instead of spores.
Diffstat (limited to 'crawl-ref/source/directn.h')
-rw-r--r--crawl-ref/source/directn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index 109215729b..f4732d4345 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -284,7 +284,7 @@ std::string raw_feature_description(dungeon_feature_type grid,
std::string feature_description(dungeon_feature_type grid,
trap_type trap = NUM_TRAPS, bool bloody = false,
description_level_type dtype = DESC_CAP_A,
- bool add_stop = true, bool base_desc = false, bool spores = false);
+ bool add_stop = true, bool base_desc = false, bool mold = false);
void set_feature_desc_short(dungeon_feature_type grid,
const std::string &desc);