summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-24 19:01:04 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-24 19:01:04 +0000
commit779fa77b12bdb33d3be215297da1daabf96f5af7 (patch)
treeb3038885000a69dd9f2e30d8fab0107805882122 /crawl-ref/source/mutation.cc
parent6fdfd21f6074128ed4b3008b30e71364aacc50e3 (diff)
downloadcrawl-ref-779fa77b12bdb33d3be215297da1daabf96f5af7.tar.gz
crawl-ref-779fa77b12bdb33d3be215297da1daabf96f5af7.zip
Change SP_GOLDEN_DRACONIAN to SP_YELLOW_DRACONIAN, for consistency.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5215 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mutation.cc')
-rw-r--r--crawl-ref/source/mutation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index 23ee151116..4deb21dce3 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -1192,7 +1192,7 @@ formatted_string describe_mutations()
}
break;
- case SP_GOLDEN_DRACONIAN:
+ case SP_YELLOW_DRACONIAN:
if (you.experience_level > 6)
{
result += "You can spit acid." EOL;