Skip to content

Commit

Permalink
faction cryo consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Dec 26, 2024
1 parent b893603 commit d42804e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/game/machinery/cryopod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ GLOBAL_LIST_INIT(frozen_items, list(SQUAD_MARINE_1 = list(), SQUAD_MARINE_2 = li
dept_console = GLOB.frozen_items["Med"]
if(JOB_MAINT_TECH, JOB_ORDNANCE_TECH, JOB_CHIEF_ENGINEER)
dept_console = GLOB.frozen_items["Eng"]
if(JOB_PREDATOR)
dept_console = GLOB.frozen_items["Yautja"]
if(UPP_JOB_LIST)
dept_console = GLOB.frozen_items[FACTION_UPP]


if(cryo_human.faction != FACTION_MARINE)
dept_console = GLOB.frozen_items[cryo_human.faction]

if(cryo_human.job in FAX_RESPONDER_JOB_LIST)
cryo_human.despawn_fax_responder()
Expand Down

0 comments on commit d42804e

Please sign in to comment.