junior spawning fix

This commit is contained in:
DragonTrance
2021-02-26 23:13:57 -07:00
parent 683bbd7e23
commit e0961b1a2e
6 changed files with 7 additions and 19 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ SUBSYSTEM_DEF(job)
if(!joined_late)
var/obj/S = null
for(var/obj/effect/landmark/start/sloc in GLOB.start_landmarks_list)
if(sloc.name != rank)
if(sloc.name != rank && sloc.type != job.override_roundstart_spawn)
S = sloc //so we can revert to spawning them on top of eachother if something goes wrong
continue
if(locate(/mob/living) in sloc.loc)