Some Skrell Additions (#8196)

You can now put headcloth on your head instead of ears. Adds a breath mask. Adds a bunch of random gen names.
This commit is contained in:
ParadoxSpace
2020-02-11 20:31:07 +01:00
committed by GitHub
parent 25604f5757
commit ffeacf3433
9 changed files with 65 additions and 5 deletions
@@ -100,4 +100,10 @@
algae["glowing algae(stripes)"] = /obj/item/clothing/ears/skrell/goop/stripes
algae["glowing algae(circles)"] = /obj/item/clothing/ears/skrell/goop/circles
gear_tweaks += new/datum/gear_tweak/path(algae)
gear_tweaks += list(gear_tweak_free_color_choice)
gear_tweaks += list(gear_tweak_free_color_choice)
/datum/gear/mask/skrell
display_name = "skrell gill cover"
path = /obj/item/clothing/mask/breath/skrell
whitelisted = list("Skrell")
sort_category = "Xenowear - Skrell"