diff options
author | Fate <fate-tmw@googlemail.com> | 2008-11-24 12:41:04 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-11-24 12:41:04 -0700 |
commit | 8c2b0f2729f29f3906a75e2fba72d2dad4a80ee2 (patch) | |
tree | 49ec1cec95b6e6a4cfdaeda49b42afb140ac825d /src/map/magic-interpreter.h | |
parent | 5bb68970dece3052f5bf82d53bec8c6eeac60e15 (diff) | |
download | tmwa-8c2b0f2729f29f3906a75e2fba72d2dad4a80ee2.tar.gz tmwa-8c2b0f2729f29f3906a75e2fba72d2dad4a80ee2.tar.bz2 tmwa-8c2b0f2729f29f3906a75e2fba72d2dad4a80ee2.tar.xz tmwa-8c2b0f2729f29f3906a75e2fba72d2dad4a80ee2.zip |
Added spell_index and is_equipped operations, permitted coercions from invocations to strings
Diffstat (limited to 'src/map/magic-interpreter.h')
-rw-r--r-- | src/map/magic-interpreter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/magic-interpreter.h b/src/map/magic-interpreter.h index 1998eda..1f4f896 100644 --- a/src/map/magic-interpreter.h +++ b/src/map/magic-interpreter.h @@ -246,6 +246,7 @@ typedef struct letdef { typedef struct spell { char *name; char *invocation; + int index; // Relative location in the definitions file int flags; int arg; int spellarg_ty; |