From df62c76334496c52d2e7aeb34e4eab4e5a27f5c1 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Thu, 15 Feb 2018 14:11:46 -0600 Subject: [PATCH] Lets Explorers bring holsters (#4812) --- maps/southern_cross/loadout/loadout_accessories.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/maps/southern_cross/loadout/loadout_accessories.dm b/maps/southern_cross/loadout/loadout_accessories.dm index 31e900f89b..1a23e18e9c 100644 --- a/maps/southern_cross/loadout/loadout_accessories.dm +++ b/maps/southern_cross/loadout/loadout_accessories.dm @@ -27,3 +27,8 @@ display_name = "drop pouches, white" path = /obj/item/clothing/accessory/storage/white_drop_pouches allowed_roles = list("Station Engineer","Atmospheric Technician","Chief Engineer","Security Officer","Detective","Head of Security","Warden","Paramedic","Chief Medical Officer","Medical Doctor","Search and Rescue","Explorer","Shaft Miner") + +/datum/gear/accessory/holster + display_name = "holster selection (Security, CD, HoP)" + path = /obj/item/clothing/accessory/holster + allowed_roles = list("Colony Director","Head of Personnel","Security Officer","Warden","Head of Security","Detective","Explorer") \ No newline at end of file