Merge pull request #11696 from Shadowlight213/Edswarmfix

Modifies the Dispense Wizard Justice spell to correct some issues
This commit is contained in:
Jordie
2015-09-13 21:44:23 +10:00
+2 -2
View File
@@ -46,11 +46,11 @@
return
/obj/effect/proc_holder/spell/aoe_turf/conjure/summonEdSwarm //test purposes
/obj/effect/proc_holder/spell/aoe_turf/conjure/summonEdSwarm //test purposes - Also a lot of fun
name = "Dispense Wizard Justice"
desc = "This spell dispenses wizard justice."
summon_type = list(/obj/machinery/bot/ed209)
summon_amt = 10
range = 3
newVars = list("emagged" = 2,"name" = "Wizard's Justicebot")
newVars = list("emagged" = 2, "remote_disabled" = 1,"shoot_sound" = 'sound/weapons/laser.ogg',"projectile" = /obj/item/projectile/beam, "declare_arrests" = 0,"name" = "Wizard's Justicebot")