From ddbf0425bd7182520fe08c2a69df0b1183d76cd5 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 14 Apr 2021 14:55:13 -0400 Subject: [PATCH] Swaps loadout pilot helmet to OM version --- maps/southern_cross/loadout/loadout_head.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/southern_cross/loadout/loadout_head.dm b/maps/southern_cross/loadout/loadout_head.dm index a25e22e2647..23ebb84b049 100644 --- a/maps/southern_cross/loadout/loadout_head.dm +++ b/maps/southern_cross/loadout/loadout_head.dm @@ -1,4 +1,4 @@ /datum/gear/head/pilot display_name = "helmet, pilot (Pilot)" - path = /obj/item/clothing/head/pilot/alt + path = /obj/item/clothing/head/pilotom/alt //VOREStation Edit allowed_roles = list("Pilot")