Skip to content

Commit

Permalink
fixes wj latejoin
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Aug 14, 2023
1 parent ef4f242 commit 2b1b98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/gamemodes/cm_initialize.dm
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ Additional game mode variables.
log_debug("Null client attempted to transform_joe")
return

var/turf/spawn_point = get_turf(pick(GLOB.latejoin))
var/turf/spawn_point = get_turf(pick(GLOB.latejoin_by_job[JOB_WORKING_JOE]))
var/mob/living/carbon/human/synthetic/new_joe = new(spawn_point)
joe_candidate.mind.transfer_to(new_joe, TRUE)
var/datum/job/joe_job = RoleAuthority.roles_by_name[JOB_WORKING_JOE]
Expand Down

0 comments on commit 2b1b98f

Please sign in to comment.