summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-05-18 15:41:45 +0200
committerBardur Arantsson <bardur@scientician.net>2012-05-24 16:46:35 +0200
commit0b4fe745accdb743bc998e42282efb08c5b4ccd1 (patch)
treec7949a1b11a9535655b94eee4ed43105b37de535 /src/types.h
parentf7e4d1b4d9da8c42f02f79c0328477dd787fecd2 (diff)
Lua: Move handling of spell descriptions to C
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 3a408ed1..06634be5 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2475,6 +2475,7 @@ struct spell_type
byte mana_max; /* Required mana at max lvl */
s16b fail; /* Minimum chance of failure */
s16b level; /* Spell level(0 = not learnt) */
+ string_list *description; /* List of strings */
};
typedef struct school_type school_type;