mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-16 17:42:32 +01:00
Include SYNTH Facemask in Loadout
Facemask can have coloured eyes and nostrills Thanks to skits for helping with the sprites.
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
//CHOMPEDIT; SYNTH FACEMASK
|
||||
/datum/gear/mask/synthface/
|
||||
display_name = "Synth Facemask(Tesh)"
|
||||
path = /obj/item/clothing/mask/synthfacemask
|
||||
sort_category = "Xenowear"
|
||||
whitelisted = SPECIES_TESHARI
|
||||
cost = 1
|
||||
//CHOMPEDIT; END
|
||||
|
||||
/datum/gear/mask/synthface/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
/datum/gear/uniform/voxcasual
|
||||
display_name = "casual wear (Vox)"
|
||||
path = /obj/item/clothing/under/vox/vox_casual
|
||||
@@ -37,4 +50,4 @@
|
||||
/datum/gear/uniform/loincloth
|
||||
display_name = "loincloth"
|
||||
path = /obj/item/clothing/suit/storage/fluff/loincloth
|
||||
sort_category = "Xenowear"
|
||||
sort_category = "Xenowear"
|
||||
|
||||
Reference in New Issue
Block a user