diff --git a/code/datums/spells/conjure.dm b/code/datums/spells/conjure.dm index de417917f4d..b041dbae3bb 100644 --- a/code/datums/spells/conjure.dm +++ b/code/datums/spells/conjure.dm @@ -12,6 +12,7 @@ var/list/newVars = list() //vars of the summoned objects will be replaced with those where they meet //should have format of list("emagged" = 1,"name" = "Wizard's Justicebot"), for example + var/delay = 1//Go Go Gadget Inheritance /obj/effect/proc_holder/spell/aoe_turf/conjure/cast(list/targets) @@ -19,23 +20,31 @@ if(T.density && !summon_ignore_density) targets -= T - for(var/i=0,i