From cde222b8b88726dace21da711e58075473bdde1f Mon Sep 17 00:00:00 2001 From: palpatine213 Date: Thu, 10 Sep 2015 05:26:41 -0700 Subject: [PATCH 1/2] Adds a few vars to the Eds summoned by the wizard justice spell. --- code/datums/spells/conjure.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/spells/conjure.dm b/code/datums/spells/conjure.dm index c21e37113b7..bffc72da078 100644 --- a/code/datums/spells/conjure.dm +++ b/code/datums/spells/conjure.dm @@ -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") \ No newline at end of file + newVars = list("emagged" = 2, "remote_disabled" = 1, "declare_arrests" = 0,"name" = "Wizard's Justicebot") \ No newline at end of file From ee5022baac1661f08c15e121a34aefdfcf6e8cdf Mon Sep 17 00:00:00 2001 From: Shadowlight213 Date: Thu, 10 Sep 2015 05:50:48 -0700 Subject: [PATCH 2/2] Sets Ed projectiles to lasers because Jordie demands justice be death --- code/datums/spells/conjure.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/spells/conjure.dm b/code/datums/spells/conjure.dm index bffc72da078..042243045a6 100644 --- a/code/datums/spells/conjure.dm +++ b/code/datums/spells/conjure.dm @@ -53,4 +53,4 @@ summon_type = list(/obj/machinery/bot/ed209) summon_amt = 10 range = 3 - newVars = list("emagged" = 2, "remote_disabled" = 1, "declare_arrests" = 0,"name" = "Wizard's Justicebot") \ No newline at end of file + 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") \ No newline at end of file