summaryrefslogtreecommitdiff
path: root/lib/mods/theme/scpt
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 /lib/mods/theme/scpt
parentf7e4d1b4d9da8c42f02f79c0328477dd787fecd2 (diff)
Lua: Move handling of spell descriptions to C
Diffstat (limited to 'lib/mods/theme/scpt')
-rw-r--r--lib/mods/theme/scpt/s_stick.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mods/theme/scpt/s_stick.lua b/lib/mods/theme/scpt/s_stick.lua
index 20d70856..554ca045 100644
--- a/lib/mods/theme/scpt/s_stick.lua
+++ b/lib/mods/theme/scpt/s_stick.lua
@@ -264,7 +264,7 @@ DEVICE_RADAGAST = add_spell
["mana_max"] = 0,
["fail"] = 10,
["random"] = -1,
- ["activate"] = 15000,
+ ["activate"] = { 15000, 0 },
["spell"] = function() return device_radagast() end,
["info"] = function() return device_radagast_info() end,
["desc"] = {
@@ -281,7 +281,7 @@ DEVICE_VALAROMA = add_spell
["mana_max"] = 0,
["fail"] = 25,
["random"] = -1,
- ["activate"] = 250,
+ ["activate"] = { 250, 0 },
["spell"] = function() return device_valaroma() end,
["info"] = function() return device_valaroma_info() end,
["desc"] = {