mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Requested fix
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user