summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-10 18:21:32 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-10 18:21:32 +0000
commitd5f99b33e02371f88fa0028b496f48539d9ec8a1 (patch)
tree868a9c60ad96c7e320dd6843dd318785e03ae6d2 /crawl-ref/source/enum.h
parent6e2e9d806ac731c0e421e7bfb4ab5497ea73730b (diff)
downloadcrawl-ref-d5f99b33e02371f88fa0028b496f48539d9ec8a1.tar.gz
crawl-ref-d5f99b33e02371f88fa0028b496f48539d9ec8a1.zip
Identification overhaul part II. Okay, not really. ;)
Applying Matthew's latest patch (1789869): Identify items you see monsters use. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2068 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 2fd4585600..1718d6cc9d 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -758,6 +758,7 @@ enum command_type
CMD_TARGET_DESCRIBE,
CMD_TARGET_WIZARD_MAKE_FRIENDLY,
CMD_TARGET_WIZARD_MAKE_SHOUT,
+ CMD_TARGET_WIZARD_GIVE_ITEM,
CMD_TARGET_HELP,
// Disable/enable -more- prompts.
@@ -1605,8 +1606,9 @@ enum item_type_id_type
enum item_type_id_state_type // used for values in id[4][50]
{
ID_UNKNOWN_TYPE = 0,
- ID_KNOWN_TYPE,
- ID_TRIED_TYPE
+ ID_MON_TRIED_TYPE,
+ ID_TRIED_TYPE,
+ ID_KNOWN_TYPE
};
enum jewellery_type