mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[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:
@@ -1,3 +0,0 @@
|
||||
/datum/gear/suit/bomber_pilot
|
||||
display_name = "bomber jacket, pilot"
|
||||
path = /obj/item/clothing/suit/storage/toggle/bomber/pilot
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
Reference in New Issue
Block a user