From 478dea702e05debb89f3a0e98e80656a92ab9a10 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 15 Apr 2021 19:47:15 -0400 Subject: [PATCH] Wrong path error --- 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 23ebb84b049..cbf7d63c26a 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/pilotom/alt //VOREStation Edit + path = /obj/item/clothing/head/ompilot/alt //VOREStation Edit allowed_roles = list("Pilot")