summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-20 18:07:51 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-20 18:07:51 +0000
commit3a83e92a99ce7a161f36e0bd2f1412580ef9bca0 (patch)
treefd7ccbbc3c039f7dac530a0822797913e6dbb7cc /crawl-ref/source/describe.cc
parent0bcbd855b8b1b0a9291aa6b78f2785ffc9987dce (diff)
downloadcrawl-ref-3a83e92a99ce7a161f36e0bd2f1412580ef9bca0.tar.gz
crawl-ref-3a83e92a99ce7a161f36e0bd2f1412580ef9bca0.zip
Apply caotto's plant god patch, for now named "Feawn".
Also fix potions of porridge's menu colour being yellow for Mummies. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10355 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 25c5a0784a..4049fd7ef3 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3211,7 +3211,12 @@ const char *divine_title[NUM_GODS][8] =
// Jiyva -- slime and jelly theme
{"Scum", "Jelly", "Squelcher", "Dissolver",
- "Putrid Slime", "Consuming %s", "Archjelly", "Royal Jelly"}
+ "Putrid Slime", "Consuming %s", "Archjelly", "Royal Jelly"},
+
+ // Feawn -- nature theme, titles could use some work but the progression
+ // is generally from nature lover to walking disaster. -CAO
+ {"Walking Fertilizer", "Green %s", "Tree Hugger", "Conservationist",
+ "Floral Guardian", "Eco-Terrorist", "Green Death", "Force of Nature"}
};
static int _piety_level()