From fa1f442ef7999d3e84dadd3e9c0823ceb937dab2 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 11 Oct 2009 18:11:30 -0500 Subject: Apply jpeg's patches in [2876380] (automate Xom testing) and [2876688] (new Xom effects), tweaked to fit into current trunk. --- crawl-ref/source/items.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/items.h') 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); -- cgit v1.2.3-54-g00ecf