summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libutil.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-08-09 17:42:25 +0100
committerChris Campbell <chriscampbell89@gmail.com>2013-08-09 18:28:51 +0100
commit1f5cbb7e07e53597dca36284c3c8a07417373b2f (patch)
tree161ada2657053a79bff45742c4fa4588644384a5 /crawl-ref/source/libutil.cc
parent0ac5afdac4c113d4b59c21e5d3c522b9ebe41d51 (diff)
downloadcrawl-ref-1f5cbb7e07e53597dca36284c3c8a07417373b2f.tar.gz
crawl-ref-1f5cbb7e07e53597dca36284c3c8a07417373b2f.zip
Remove an unnecessary pluralisation case
Diffstat (limited to 'crawl-ref/source/libutil.cc')
-rw-r--r--crawl-ref/source/libutil.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/libutil.cc b/crawl-ref/source/libutil.cc
index 1405754b9e..ca6b0a0fe1 100644
--- a/crawl-ref/source/libutil.cc
+++ b/crawl-ref/source/libutil.cc
@@ -499,8 +499,6 @@ string pluralise(const string &name, const char *qualifiers[],
|| ends_with(name, "folk") || ends_with(name, "spawn")
|| ends_with(name, "tengu") || ends_with(name, "shedu")
|| ends_with(name, "swine") || ends_with(name, "efreet")
- // "shedu" is male, "lammasu" is female of the same creature
- || ends_with(name, "lammasu") || ends_with(name, "lamassu")
|| ends_with(name, "jiangshi") || ends_with(name, "unborn")
|| name == "gold")
{