diff --git a/maps/southern_cross/loadout/loadout_head.dm b/maps/southern_cross/loadout/loadout_head.dm index 06b220bf1ee..e8859bb11e8 100644 --- a/maps/southern_cross/loadout/loadout_head.dm +++ b/maps/southern_cross/loadout/loadout_head.dm @@ -1,9 +1,3 @@ /datum/gear/head/pilot - display_name = "helmet, standard pilot (Pilot)" - path = /obj/item/clothing/head/pilot_vr //VOREStation Edit - allowed_roles = list("Pilot") - -/datum/gear/head/pilot - display_name = "helmet, colored pilot (Pilot)" - path = /obj/item/clothing/head/pilot_vr/alt //VOREStation Edit - allowed_roles = list("Pilot") + display_name = "helmet, pilot (Pilot)" + path = /obj/item/clothing/head/ompilot/alt //VOREStation Edit \ No newline at end of file diff --git a/maps/southern_cross/loadout/loadout_vr.dm b/maps/southern_cross/loadout/loadout_vr.dm new file mode 100644 index 00000000000..b11f89eadb3 --- /dev/null +++ b/maps/southern_cross/loadout/loadout_vr.dm @@ -0,0 +1,9 @@ +/datum/gear/head/pilot/standard + display_name = "helmet, standard pilot (Pilot)" + path = /obj/item/clothing/head/pilot_vr + allowed_roles = list("Pilot") + +/datum/gear/head/pilot/colored + display_name = "helmet, colored pilot (Pilot)" + path = /obj/item/clothing/head/pilot_vr/alt + allowed_roles = list("Pilot") diff --git a/vorestation.dme b/vorestation.dme index ee0866c3ffd..16ae2b8f44b 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -3968,9 +3968,9 @@ #include "maps\southern_cross\items\clothing\sc_accessory.dm" #include "maps\southern_cross\items\clothing\sc_suit.dm" #include "maps\southern_cross\items\clothing\sc_under.dm" -#include "maps\southern_cross\loadout\loadout_head.dm" #include "maps\southern_cross\loadout\loadout_suit.dm" #include "maps\southern_cross\loadout\loadout_uniform.dm" +#include "maps\southern_cross\loadout\loadout_vr.dm" #include "maps\submaps\_helpers.dm" #include "maps\submaps\_readme.dm" #include "maps\submaps\engine_submaps\engine.dm"