summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-07 14:19:45 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-07 14:19:45 +0000
commit3cedc3206bdc043b1dec15cb2ae86ed4f6f88536 (patch)
tree1d6ea271c53d70a339838a1f9a1600a9d7554704 /crawl-ref/source/itemname.cc
parent1b63786182b52163ce7c26a4683a415f38b8029a (diff)
downloadcrawl-ref-3cedc3206bdc043b1dec15cb2ae86ed4f6f88536.tar.gz
crawl-ref-3cedc3206bdc043b1dec15cb2ae86ed4f6f88536.zip
s/liquid/barnacled/
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2780 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 5f043aa25b..f7f89d8aa6 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -683,7 +683,7 @@ static const char* rune_type_name(int p)
case RUNE_ELVEN_HALLS: return "elven";
case RUNE_TOMB: return "golden";
case RUNE_SWAMP: return "decaying";
- case RUNE_SHOALS: return "liquid";
+ case RUNE_SHOALS: return "barnacled";
// pandemonium and abyss runes:
case RUNE_DEMONIC: return "demonic";