From 83b1c7b2cc01d46d8f904b102681e85c044710a0 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 25 Nov 2008 23:36:07 +0000 Subject: Place external loot chamber for ziggurat levels with jellies. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7625 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mon-util.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-util.h') diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h index 6ca24ba116..2526ab012c 100644 --- a/crawl-ref/source/mon-util.h +++ b/crawl-ref/source/mon-util.h @@ -170,7 +170,9 @@ enum mon_itemuse_type MONUSE_OPEN_DOORS, MONUSE_STARTING_EQUIPMENT, MONUSE_WEAPONS_ARMOUR, - MONUSE_MAGIC_ITEMS + MONUSE_MAGIC_ITEMS, + + NUM_MONUSE }; // now saved in an unsigned long. -- cgit v1.2.3-54-g00ecf