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
+1 -1
View File
@@ -76,7 +76,7 @@
/datum/superheros/lightnian
name = "LightnIan"
default_genes = list(REGEN, NO_BREATH)
default_spells = list(/obj/effect/proc_holder/spell/wizard/targeted/lightning)
default_spells = list(/obj/effect/proc_holder/spell/wizard/targeted/lightning/lightnian)
/datum/superheros/lightnian/equip(var/mob/living/carbon/human/H)
..()