Finished adding LightnIan and the spells datum stuff

This commit is contained in:
ZomgPonies
2015-05-05 19:52:38 -04:00
parent 0e3b3edd29
commit 2cb22ac647
4 changed files with 32 additions and 5 deletions
+2 -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 = 1
clothes_req = 0
invocation = "UN'LTD P'WAH!"
invocation_type = "shout"
range = 7
@@ -13,6 +13,7 @@
var/energy = 0
var/ready = 0
var/image/halo = null
icon_power_button = "spell_tech"
/obj/effect/proc_holder/spell/wizard/targeted/lightning/Click()
if(!ready)