summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-09 19:47:10 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-09 19:47:44 +0200
commitd69d91b33a2e833e8b32baa29af22809ade406ba (patch)
treef7c2cbedb10da018471c230d483414f83cdfb8d7 /src/defines.h
parentca63c6bf6fa6d72b93b53cc48d06cc69b3bebe9e (diff)
Lua: Move "Far Reaching Attack" ability to C
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defines.h b/src/defines.h
index c1dafdf4..2907d2a2 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -611,6 +611,7 @@
#define MKEY_PIERCING 23
#define MKEY_DEATH_TOUCH 100
#define MKEY_GEOMANCY 101
+#define MKEY_REACH_ATTACK 102
/*** Screen Locations ***/
@@ -4486,7 +4487,6 @@
#define HOOK_KEYPRESS 31
#define HOOK_CHAT 32
#define HOOK_MON_SPEAK 33
-#define HOOK_MKEY 34
#define HOOK_BIRTH_OBJECTS 35
#define HOOK_ACTIVATE_DESC 36
#define HOOK_INIT_GAME 37