mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
20 lines
618 B
Plaintext
20 lines
618 B
Plaintext
/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")
|