diff --git a/maps/southern_cross/loadout/loadout_head.dm b/maps/southern_cross/loadout/loadout_head.dm index e8859bb11e8..bf35942c106 100644 --- a/maps/southern_cross/loadout/loadout_head.dm +++ b/maps/southern_cross/loadout/loadout_head.dm @@ -1,3 +1,4 @@ /datum/gear/head/pilot display_name = "helmet, pilot (Pilot)" - path = /obj/item/clothing/head/ompilot/alt //VOREStation Edit \ No newline at end of file + path = /obj/item/clothing/head/ompilot/alt //VOREStation Edit + allowed_roles = list("Pilot") \ No newline at end of file