summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-08-03 00:00:13 -0400
committerJesse Luehrs <doy@tozt.net>2014-08-03 00:02:37 -0400
commit9c2101feaf70c73fa1af6fd4a4c1680a560cccb1 (patch)
tree4052e59b30a60a39ae8e6a9dcea27b2f1f6a971d /crawl-ref/source/invent.h
parent3bfcae4341b28a616fad02823f0487faa81e450c (diff)
downloadcrawl-ref-9c2101feaf70c73fa1af6fd4a4c1680a560cccb1.tar.gz
crawl-ref-9c2101feaf70c73fa1af6fd4a4c1680a560cccb1.zip
prompt for stasis in between swapping amulets too (8708)
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 621986e878..8840e04d6a 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -229,5 +229,6 @@ bool item_is_wieldable(const item_def &item);
bool item_is_evokable(const item_def &item, bool reach = true,
bool known = false, bool all_wands = false,
bool msg = false, bool equip = true);
+bool nasty_stasis(const item_def &item, operation_types oper);
bool needs_handle_warning(const item_def &item, operation_types oper);
#endif