Removes that one in a thousands chance of being spawned in the syndicate infiltrator roundstart.

This commit is contained in:
Ghommie
2020-04-19 03:07:45 +02:00
parent 19328b8710
commit d5a43be181
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -428,6 +428,8 @@ SUBSYSTEM_DEF(job)
if(!joined_late)
var/obj/S = null
for(var/obj/effect/landmark/start/sloc in GLOB.start_landmarks_list)
if(!sloc.job_spawnpoint)
continue
if(sloc.name != rank)
S = sloc //so we can revert to spawning them on top of eachother if something goes wrong
continue