mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
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:
@@ -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"
|
||||
Reference in New Issue
Block a user