From ada352389d65a5065f97c8e26bc6823935985118 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Sat, 27 Mar 2021 07:38:31 +0100 Subject: [PATCH] Changing job requirement for combatpilot suit. Makes the combat pilot suit selectable in loadout by pilots --- .../client/preference_setup/loadout/loadout_uniform_yw.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_uniform_yw.dm b/code/modules/client/preference_setup/loadout/loadout_uniform_yw.dm index b635994995..13497a5275 100644 --- a/code/modules/client/preference_setup/loadout/loadout_uniform_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_uniform_yw.dm @@ -39,4 +39,4 @@ description = "A lightweight uniform intended for vehicle and powersuit operators, designed to allow free movement and maximum comfort in hot, cramped cockpits. Comes prefitted with a harness and webbing for gear." path = /obj/item/clothing/under/rank/khi/sec/pilot cost = 2 //base cost 1 + accessory 1 - allowed_roles = list("Security Pilot") \ No newline at end of file + allowed_roles = list("Pilot","Security Pilot") //CHOMPEDIT: Adding this to pilots as well