cryo_ssd proc now spawns the portal on its own

This commit is contained in:
Dovixx
2020-09-13 00:34:36 +03:00
parent 8b1f439273
commit aaeec722ec
2 changed files with 4 additions and 3 deletions
+1 -3
View File
@@ -66,9 +66,7 @@
if(!is_station_level(T.z))
return
var/area/A = get_area(src)
if(cryo_ssd(src))
var/obj/effect/portal/P = new /obj/effect/portal(T, null, null, 40)
P.name = "NT SSD Teleportation Portal"
cryo_ssd(src)
if(A.fast_despawn)
force_cryo_human(src)