summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-09-25 11:49:18 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-09-25 11:51:28 -0500
commit045963d377ff65389b915c04ab20a4c0726d16ee (patch)
treed6d03039de5b39a2faec00fa7f4827aa88d1a404 /crawl-ref/source/goditem.h
parent55c27e3e03ead88ec4a0878843e001aba8611c88 (diff)
downloadcrawl-ref-045963d377ff65389b915c04ab20a4c0726d16ee.tar.gz
crawl-ref-045963d377ff65389b915c04ab20a4c0726d16ee.zip
Move TSO's checks for poisoned items into its own function.
Diffstat (limited to 'crawl-ref/source/goditem.h')
-rw-r--r--crawl-ref/source/goditem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/goditem.h b/crawl-ref/source/goditem.h
index c38f154705..0b2814794b 100644
--- a/crawl-ref/source/goditem.h
+++ b/crawl-ref/source/goditem.h
@@ -16,6 +16,7 @@ bool is_unclean_item(const item_def& item);
bool is_chaotic_item(const item_def& item);
bool is_potentially_hasty_item(const item_def& item);
bool is_hasty_item(const item_def& item);
+bool is_poisoned_item(const item_def& item);
bool is_holy_discipline(int discipline);
bool is_evil_discipline(int discipline);
bool is_holy_spell(spell_type spell, god_type god = GOD_NO_GOD);