summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libutil.cc
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-05-21 20:31:23 -0230
committerDracoOmega <draco_omega@live.com>2013-05-26 20:48:10 -0230
commit003dbf3ca55cc0b004b90f59ffc37163de45c264 (patch)
tree6c5fec163ba0696a6a62c8c9b37398e4341f989b /crawl-ref/source/libutil.cc
parent650cef230dbc9f4b118aadd09a99791600b23bce (diff)
downloadcrawl-ref-003dbf3ca55cc0b004b90f59ffc37163de45c264.tar.gz
crawl-ref-003dbf3ca55cc0b004b90f59ffc37163de45c264.zip
New monster: Jiangshi
These are a comparatively straightforward melee threat to help shore up and vary the backbone of Crypt after the reduction in skeletal warriors and major zombies. Moreover, they have faster-than-average movement, a quality in short supply in the branch. They have two vampiric claw attacks and sixfirhy-like movement, except more erratic and slower overall (accounting for the turns they skip, they have an effective movement speed of a little under 16 and an action speed around 9.5) This commit also replaces the plain vampires in vampire mage bands with jiangshi.
Diffstat (limited to 'crawl-ref/source/libutil.cc')
-rw-r--r--crawl-ref/source/libutil.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/libutil.cc b/crawl-ref/source/libutil.cc
index 03f52075dd..d26883214e 100644
--- a/crawl-ref/source/libutil.cc
+++ b/crawl-ref/source/libutil.cc
@@ -498,6 +498,7 @@ string pluralise(const string &name, const char *qualifiers[],
|| 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")
|| name == "gold")
{
return name;