mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Adds another unathi clothing option (#5004)
Adds the uniform suggested by this thread: https://forums.aurorastation.org/viewtopic.php?f=18&t=11270 Also, an unathi piece of body armor and helmet. All sprites were made by dronz.
This commit is contained in:
@@ -40,6 +40,16 @@
|
||||
un_gloves["white gloves"] = /obj/item/clothing/gloves/white/unathi
|
||||
gear_tweaks += new/datum/gear_tweak/path(un_gloves)
|
||||
|
||||
/datum/gear/uniform/unathi
|
||||
display_name = "sinta tunic (Unathi)"
|
||||
path = /obj/item/clothing/under/unathi
|
||||
whitelisted = list("Unathi")
|
||||
sort_category = "Xenowear"
|
||||
|
||||
/datum/gear/uniform/unathi/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
//skrell items
|
||||
|
||||
/datum/gear/ears/f_skrell
|
||||
|
||||
Reference in New Issue
Block a user