Added lightning spell to wizards

This commit is contained in:
ZomgPonies
2015-05-05 20:54:57 -04:00
parent 3503c285fa
commit 43981fb34e
3 changed files with 14 additions and 3 deletions
+5 -1
View File
@@ -3,7 +3,7 @@
desc = "Throws a lightning bolt at the nearby enemy. Classic."
charge_type = "recharge"
charge_max = 300
clothes_req = 0
clothes_req = 1
invocation = "UN'LTD P'WAH!"
invocation_type = "shout"
range = 7
@@ -15,6 +15,10 @@
var/image/halo = null
icon_power_button = "spell_tech"
/obj/effect/proc_holder/spell/wizard/targeted/lightning/lightnian
clothes_req = 0
/obj/effect/proc_holder/spell/wizard/targeted/lightning/Click()
if(!ready)
if(cast_check())