From c70aa417cdc1ef4b475131bdda14a3aca4135577 Mon Sep 17 00:00:00 2001 From: Fate Date: Sat, 22 Nov 2008 01:15:44 -0700 Subject: Added NONMAGIC flag to distinguish `keyword' operations (such as `marry') from regular spells (keywords don't require spellcasting ability) --- src/map/magic-interpreter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/magic-interpreter.h') diff --git a/src/map/magic-interpreter.h b/src/map/magic-interpreter.h index 9fc6308..26f6c5c 100644 --- a/src/map/magic-interpreter.h +++ b/src/map/magic-interpreter.h @@ -239,6 +239,7 @@ typedef struct letdef { #define SPELL_FLAG_LOCAL (1 << 0) // spell associated not with caster but with place #define SPELL_FLAG_SILENT (1 << 1) // spell invocation never uttered +#define SPELL_FLAG_NONMAGIC (1 << 2) // `magic word' only: don't require spellcasting ability typedef struct spell { char *name; -- cgit v1.2.3-70-g09d2