diff --git a/code/datums/spells/conjure.dm b/code/datums/spells/conjure.dm index 6c32400744a..ab1d191f658 100644 --- a/code/datums/spells/conjure.dm +++ b/code/datums/spells/conjure.dm @@ -28,7 +28,7 @@ targets -= T playsound(get_turf(src), cast_sound, 50, 1) - if(do_after(user, delay, target = user)) + if(delay <= 0 || do_after(user, delay, target = user)) for(var/i=0,i