summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-05-27 19:58:06 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-05-28 11:01:26 -0400
commit5712dba9fee5cc9d95db849bd815eb5a78385546 (patch)
tree1ccfdf278feab1b6eca92420af4f331d7bd85ee5 /crawl-ref/source/monster.h
parentd1b8b352da7b0696deea2ff447c1aeecb0fbe436 (diff)
downloadcrawl-ref-5712dba9fee5cc9d95db849bd815eb5a78385546.tar.gz
crawl-ref-5712dba9fee5cc9d95db849bd815eb5a78385546.zip
Move some of Maurice's stealing code into its own function.
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index 7effd26080..1a7eb6353a 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -276,6 +276,7 @@ public:
bool unequip(item_def &item, int slot, int near = -1,
bool force = false);
void steal_item_from_player();
+ item_def* take_item(int steal_what, int mslot);
bool can_use_missile(const item_def &item) const;