From 718202ee6b6445890db808f4420073e2cce506c2 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 3 Jul 2007 17:59:49 +0000 Subject: Manual update (David). Added javelins and sling bullets. Only Urug gets javelins at the moment. No monster gets sling bullets, but they can be randomly generated. Added deep elf blademasters and master archers to provide Silence-users some entertainment on Elf:7. I've adjusted the non-rogue-layout Elf:7s to use blademasters. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1732 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/libutil.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/libutil.h') diff --git a/crawl-ref/source/libutil.h b/crawl-ref/source/libutil.h index e327ab6d74..137fe261e1 100644 --- a/crawl-ref/source/libutil.h +++ b/crawl-ref/source/libutil.h @@ -26,6 +26,8 @@ bool ends_with(const std::string &s, const std::string &suffix); std::string pluralise(const std::string &name, const char *no_of[] = NULL); +std::string number_in_words(unsigned number, int pow = 0); + bool shell_safe(const char *file); /** -- cgit v1.2.3-54-g00ecf