From 8a41c895ec9aa595393fbf3bda62cfca735b2a48 Mon Sep 17 00:00:00 2001 From: "sieve32@gmail.com" Date: Sun, 22 Jul 2012 06:29:05 +0000 Subject: [PATCH] -Added a do_after() to Artificer spells so they can't spam walls/rwalls -Added myself to the admins.txt so I don't have to keep dealing with it git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4139 316c924e-a436-60f5-8080-3fe189b3f50e --- code/datums/spells/conjure.dm | 39 +++++++++++++++++++++-------------- code/datums/spells/wizard.dm | 3 +++ config/admins.txt | 3 ++- 3 files changed, 29 insertions(+), 16 deletions(-) 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