summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2010-01-24 21:09:44 -0500
committerCharles Otto <ottochar@gmail.com>2010-01-24 21:09:44 -0500
commit55e48063927c67a6476a3a533296e8e50251c528 (patch)
tree58d85ad9529add996a834c607b6b2b80286cc768 /crawl-ref/source/directn.h
parente3598367220caa147bcebc29620d6a586f0f2f27 (diff)
downloadcrawl-ref-55e48063927c67a6476a3a533296e8e50251c528.tar.gz
crawl-ref-55e48063927c67a6476a3a533296e8e50251c528.zip
Describe squares with FPROP_SPORES as "covered in spores"
Diffstat (limited to 'crawl-ref/source/directn.h')
-rw-r--r--crawl-ref/source/directn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index 500b6089cb..4f82f812da 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -96,7 +96,7 @@ std::string get_monster_equipment_desc(const monsters *mon,
int dos_direction_unmunge(int doskey);
-std::string feature_description(const coord_def& where, bool bloody = false,
+std::string feature_description(const coord_def& where, bool covering = false,
description_level_type dtype = DESC_CAP_A,
bool add_stop = true, bool base_desc = false);
std::string raw_feature_description(dungeon_feature_type grid,
@@ -105,7 +105,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 add_stop = true, bool base_desc = false, bool spores = false);
void set_feature_desc_short(dungeon_feature_type grid,
const std::string &desc);