summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-08 22:40:49 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-08 22:40:49 -0500
commit9701b3016d5d0d1fb67185e7abd675a0de0c129a (patch)
tree784d87393b77498a551a18836128c0bf0f14be6a /crawl-ref/source/describe.cc
parent0a3c856d3d36b49a8430fe9468d2f11ae234f9c8 (diff)
downloadcrawl-ref-9701b3016d5d0d1fb67185e7abd675a0de0c129a.tar.gz
crawl-ref-9701b3016d5d0d1fb67185e7abd675a0de0c129a.zip
Rename Feawn
In most places Feawn is now referred to as "Fedhas," its long name (used in the religion screen) is "Fedhas Madash"
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index b6ebe5c0d5..7114f173ee 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3289,7 +3289,7 @@ const char *divine_title[NUM_GODS][8] =
{"Scum", "Jelly", "Squelcher", "Dissolver",
"Putrid Slime", "Consuming %s", "Archjelly", "Royal Jelly"},
- // Feawn -- nature theme. Titles could use some work, but the
+ // Fedhas Madash -- nature theme. Titles could use some work, but the
// progression is generally from nature lover to walking disaster.
// -cao
{"Walking Fertiliser", "Green %s", "Photosynthesist", "Planter",
@@ -3656,13 +3656,13 @@ void describe_god( god_type which_god, bool give_title )
ABIL_JIYVA_JELLY_SHIELD);
}
}
- else if (which_god == GOD_FEAWN)
+ else if (which_god == GOD_FEDHAS)
{
have_any = true;
std::string buf = "You can speed up decomposition.";
_print_final_god_abil_desc(which_god, buf,
- ABIL_FEAWN_FUNGAL_BLOOM);
+ ABIL_FEDHAS_FUNGAL_BLOOM);
_print_final_god_abil_desc(which_god,
"You can walk through plants.",
ABIL_NON_ABILITY);