[MIRROR] Selectors Pass (#8716)

Co-authored-by: Killian <49700375+KillianKirilenko@users.noreply.github.com>
Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-08-06 02:30:25 -07:00
committed by GitHub
parent 35b02c42aa
commit bbcb5a9a3d
9 changed files with 83 additions and 122 deletions

View File

@@ -1,3 +0,0 @@
/datum/gear/suit/bomber_pilot
display_name = "bomber jacket, pilot"
path = /obj/item/clothing/suit/storage/toggle/bomber/pilot

View File

@@ -1,5 +0,0 @@
// Uniform slot
/datum/gear/uniform/pilot
display_name = "uniform, pilot (Pilot)"
path = /obj/item/clothing/under/rank/pilot2
allowed_roles = list("Pilot")

View File

@@ -1,19 +0,0 @@
/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")
/datum/gear/head/pilot/talon
display_name = "helmet, talon pilot (Pilot)"
path = /obj/item/clothing/head/pilot_vr/talon
allowed_roles = list("Pilot")
/datum/gear/head/pilot/mbill
display_name = "helmet, major bill's (Pilot)"
path = /obj/item/clothing/head/pilot_vr/mbill
allowed_roles = list("Pilot")