summaryrefslogtreecommitdiff
path: root/example/scripts/special_actions.lua
diff options
context:
space:
mode:
Diffstat (limited to 'example/scripts/special_actions.lua')
-rw-r--r--example/scripts/special_actions.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/scripts/special_actions.lua b/example/scripts/special_actions.lua
index 7cd19b51..711478f2 100644
--- a/example/scripts/special_actions.lua
+++ b/example/scripts/special_actions.lua
@@ -30,3 +30,6 @@ function get_special_recharge_cost(id)
-- return the recharge cost for the special with the ID
return specialCost[id]
end
+
+mana.on_use_special(use_special)
+mana.on_get_special_recharge_cost(get_special_recharge_cost)