mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Finished adding LightnIan and the spells datum stuff
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user