Made all current wizard + genetic spells a subtype of spell/wizard (Since they use the same action button row)

This commit is contained in:
ZomgPonies
2014-07-23 11:04:07 -04:00
parent 800d5b4b0b
commit 431ab486b3
38 changed files with 247 additions and 274 deletions
@@ -73,7 +73,7 @@
else
return
for (var/obj/effect/proc_holder/spell/S in M.spell_list)
for (var/obj/effect/proc_holder/spell/wizard/S in M.spell_list)
new_mob.spell_list += new S.type
new_mob.a_intent = "harm"
+1 -1
View File
@@ -213,7 +213,7 @@ proc/wabbajack(mob/living/M)
else
return
for (var/obj/effect/proc_holder/spell/S in M.spell_list)
for (var/obj/effect/proc_holder/spell/wizard/S in M.spell_list)
new_mob.spell_list += new S.type
new_mob.a_intent = "harm"