Might fix this annoying bug. (#5346)

This commit is contained in:
Alberyk
2018-10-03 12:50:38 +02:00
committed by Werner
parent 0d2daae600
commit a42929ee64
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -346,6 +346,7 @@
var/obj/S = get_roundstart_spawnpoint(rank)
if(istype(S, /obj/effect/landmark/start) && istype(S.loc, /turf))
H.forceMove(S.loc)
H.lastarea = get_area(H.loc)
else
LateSpawn(H, rank)