Merge pull request #11931 from Ghommie/Ghommie-cit694

Removes that one in a thousands chance of being spawned in the syndicate infiltrator roundstart.
This commit is contained in:
kevinz000
2020-04-20 11:31:31 -07:00
committed by GitHub
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