git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2755 c06c8d41-db1a-0410-9941-cceddc491573
DNGQ22GB47UG4Q3IB77PEMLRQZ6WX5TSZS5JVDTDK7FLXTCP2U4AC
BWAQ3FHBBM6G3K3KYP75CRTR343RDQZJRYX5ZGYUEXYBAC3APDLAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
else if (ends_with(name, "fe")) // knife -> knives return name.substr(0, name.length() - 2) + "ves";
else if (ends_with(name, "fe"))
// knife -> knives
return name.substr(0, name.length() - 2) + "ves";