mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Pshhhooooommmmm
This commit is contained in:
@@ -380,7 +380,7 @@
|
|||||||
/obj/effect/timestop/proc/timestop()
|
/obj/effect/timestop/proc/timestop()
|
||||||
playsound(get_turf(src), 'sound/magic/TIMEPARADOX2.ogg', 100, 1, -1)
|
playsound(get_turf(src), 'sound/magic/TIMEPARADOX2.ogg', 100, 1, -1)
|
||||||
for(var/i in 1 to duration-1)
|
for(var/i in 1 to duration-1)
|
||||||
for(var/atom/A in orange (freezerange, src.loc))
|
for(var/A in orange (freezerange, src.loc))
|
||||||
if(istype(A, /mob/living))
|
if(istype(A, /mob/living))
|
||||||
var/mob/living/M = A
|
var/mob/living/M = A
|
||||||
if(M in immune)
|
if(M in immune)
|
||||||
|
|||||||
Reference in New Issue
Block a user