Skip to content

Commit

Permalink
latejoin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Sep 11, 2024
1 parent 78f356c commit f3e3fae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions code/game/jobs/job/special/responders.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
total_positions = 1
spawn_positions = 1

late_joinable = FALSE

flags_startup_parameters = ROLE_ADMIN_NOTIFY|ROLE_WHITELISTED|ROLE_NO_ACCOUNT|ROLE_CUSTOM_SPAWN|ROLE_HIDDEN
flags_whitelist = WHITELIST_FAX_RESPONDER

Expand Down
2 changes: 1 addition & 1 deletion code/game/machinery/cryopod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ GLOBAL_LIST_INIT(frozen_items, list(SQUAD_MARINE_1 = list(), SQUAD_MARINE_2 = li
dept_console = GLOB.frozen_items["Eng"]
if(JOB_PREDATOR)
dept_console = GLOB.frozen_items["Yautja"]
if(JOB_FAX_RESPONDER_USCM_HC, JOB_FAX_RESPONDER_USCM_PVST, JOB_FAX_RESPONDER_WY, JOB_FAX_RESPONDER_TWE, JOB_FAX_RESPONDER_UPP, JOB_FAX_RESPONDER_CLF)
if(JOB_FAX_RESPONDER_USCM_HC, JOB_FAX_RESPONDER_USCM_PVST, JOB_FAX_RESPONDER_WY, JOB_FAX_RESPONDER_TWE, JOB_FAX_RESPONDER_UPP, JOB_FAX_RESPONDER_CLF, JOB_FAX_RESPONDER_CMB)
dept_console = GLOB.frozen_items["Responders"]

H.species.handle_cryo(H)
Expand Down

0 comments on commit f3e3fae

Please sign in to comment.