From b58f7b33076bfdc91eabf43a045a3ac0b4f8ec50 Mon Sep 17 00:00:00 2001 From: TheSardele Date: Thu, 18 Jul 2019 14:21:10 +0200 Subject: [PATCH] Allows pod pilots to start with security armbands Adds Security Pod Pilots to the allowed roles list for the loadout security armband. --- code/modules/client/preference/loadout/loadout_accessories.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preference/loadout/loadout_accessories.dm b/code/modules/client/preference/loadout/loadout_accessories.dm index c4a49ee5575..09cc082dc5d 100644 --- a/code/modules/client/preference/loadout/loadout_accessories.dm +++ b/code/modules/client/preference/loadout/loadout_accessories.dm @@ -166,7 +166,7 @@ /datum/gear/accessory/armband_sec display_name = " armband, security" path = /obj/item/clothing/accessory/armband/sec - allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer", "Brig Physician") + allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer", "Brig Physician", "Security Pod Pilot") /datum/gear/accessory/armband_cargo display_name = "cargo armband"