Fixes atom_movements.dm runtime

Players gets teleported before dorm room is loaded. Now we only teleport when the room is ready.
This commit is contained in:
James
2022-02-05 08:59:21 +00:00
parent 03ff1f8e41
commit ffe9a1c059
@@ -242,7 +242,8 @@ GLOBAL_VAR_INIT(hhmysteryRoomNumber, 1337)
/turf/open/space/bluespace/Entered(atom/movable/A)
. = ..()
A.forceMove(get_turf(parentSphere))
if (parentSphere)
A.forceMove(get_turf(parentSphere))
/turf/closed/indestructible/hoteldoor
name = "Hotel Door"