summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-04-08 20:43:00 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-12 20:51:15 -0400
commit766729b656dec57abae4f0d41367a2f00e5b4ec4 (patch)
tree65c5f86f3a245549667627e151e81195cd43dcdb /crawl-ref/source/itemprop.h
parent53eb3cf6e3870b5bbce99d3221f34cd08e16d034 (diff)
downloadcrawl-ref-766729b656dec57abae4f0d41367a2f00e5b4ec4.tar.gz
crawl-ref-766729b656dec57abae4f0d41367a2f00e5b4ec4.zip
Move mon death stuff from mon-stuff.cc to mon-death.cc.
Touches a lot of files since their #includes have to be edited. (Pushing now since it shouldn't break anything and keeping it updated is nasty.)
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 1a00bf5231..589c194df2 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -14,6 +14,7 @@ void init_properties(void);
// cursed:
bool item_known_cursed(const item_def &item) PURE;
+bool curse_an_item(bool ignore_holy_wrath = false);
void do_curse_item(item_def &item, bool quiet = true);
void do_uncurse_item(item_def &item, bool inscribe = true, bool no_ash = false,
bool check_bondage = true);