Requested fix

This commit is contained in:
klaasjared
2021-05-17 14:22:38 -04:00
parent 71e19c7a4e
commit 80c5164de0
3 changed files with 12 additions and 9 deletions
+2 -8
View File
@@ -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
@@ -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")
+1 -1
View File
@@ -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"