From a4d4f3ecccb29c3f5fc1ce55579119106c399911 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Mon, 18 Sep 2006 15:08:25 +0000 Subject: Updated stone_soup-0.1b1 tag to include fix for Poison Arrow of Doom. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/tags/stone_soup-0.1b1@49 c06c8d41-db1a-0410-9941-cceddc491573 --- stone_soup/crawl-ref/source/insult.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 stone_soup/crawl-ref/source/insult.h (limited to 'stone_soup/crawl-ref/source/insult.h') diff --git a/stone_soup/crawl-ref/source/insult.h b/stone_soup/crawl-ref/source/insult.h new file mode 100644 index 0000000000..143d0ecae3 --- /dev/null +++ b/stone_soup/crawl-ref/source/insult.h @@ -0,0 +1,11 @@ +#ifndef INSULT_H +#define INSULT_H + +#include "externs.h" + +void imp_taunt( struct monsters *mons ); +void demon_taunt( struct monsters *mons ); +const char * generic_insult(void); +const char * racial_insult(void); + +#endif -- cgit v1.2.3-54-g00ecf