summaryrefslogtreecommitdiff
path: root/src/map/magic-interpreter.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic-interpreter.l')
-rw-r--r--src/map/magic-interpreter.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/magic-interpreter.l b/src/map/magic-interpreter.l
index c16ba8e..2c9792f 100644
--- a/src/map/magic-interpreter.l
+++ b/src/map/magic-interpreter.l
@@ -86,6 +86,7 @@
"ATTRIGGER" {FIXLOC; return ATTRIGGER;}
"CONST" {FIXLOC; return CONST;}
"PC" {FIXLOC; return PC_F;}
+"NPC" {FIXLOC; return NPC_F;}
"MOB" {FIXLOC; return MOB_F;}
"ENTITY" {FIXLOC; return ENTITY_F;}
"TARGET" {FIXLOC; return TARGET_F;}