Fixes the Timestop spell (#21998)

* Fixes the Timestop spell

* Update code/datums/spells/conjure.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

---------

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
PopeDaveThe3th
2023-08-25 16:45:49 +01:00
committed by GitHub
co-authored by Luc
parent 19bc4d9f5b
commit 0b39956cf1
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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<summon_amt,i++)
if(!targets.len)
break
+2
View File
@@ -225,11 +225,13 @@
invocation_type = "shout"
cooldown_min = 100
summon_amt = 1
delay = 0
action_icon_state = "time"
summon_type = list(/obj/effect/timestop/wizard)
aoe_range = 0
/obj/effect/proc_holder/spell/aoe/conjure/carp
name = "Summon Carp"
desc = "This spell conjures a simple carp."