summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-11 18:11:30 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-11 18:11:30 -0500
commitfa1f442ef7999d3e84dadd3e9c0823ceb937dab2 (patch)
treebe37134ec84bd981e34130a7cc31fe46862339a0 /crawl-ref/source/items.h
parent6c8b8a556e0e92e993a82ab1c15ba40cfd180151 (diff)
downloadcrawl-ref-fa1f442ef7999d3e84dadd3e9c0823ceb937dab2.tar.gz
crawl-ref-fa1f442ef7999d3e84dadd3e9c0823ceb937dab2.zip
Apply jpeg's patches in [2876380] (automate Xom testing) and [2876688]
(new Xom effects), tweaked to fit into current trunk.
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index fc33f88062..aa70cee2f7 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -38,6 +38,7 @@ void inc_mitm_item_quantity(int obj, int amount);
bool move_item_to_grid( int *const obj, const coord_def& p );
void move_item_stack_to_grid( const coord_def& from, const coord_def& to );
+void note_inscribe_item(item_def &item);
int move_item_to_player( int obj, int quant_got, bool quiet = false,
bool ignore_burden = false );
void mark_items_non_pickup_at(const coord_def &pos);