From 98d3e310b4d05ff30eb8b5d1be5cc51991bc4653 Mon Sep 17 00:00:00 2001 From: Kyep Date: Tue, 16 Apr 2019 15:53:40 -0700 Subject: [PATCH] reduces portal effect from 10s to 4s --- code/modules/mob/living/carbon/human/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 8664b850b24..aaeaba94a2c 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -60,7 +60,7 @@ return var/area/A = get_area(src) if(cryo_ssd(src)) - var/obj/effect/portal/P = new /obj/effect/portal(T, null, null, 100) + var/obj/effect/portal/P = new /obj/effect/portal(T, null, null, 40) P.name = "NT SSD Teleportation Portal" if(A.fast_despawn) force_cryo_human(src)