mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Skrell star coat (#14544)
* star coat * changelog * tiny coat adjustments * Update code/modules/clothing/under/xenos/skrell.dm Co-authored-by: listerla <57296132+listerla@users.noreply.github.com> Co-authored-by: DreamySkrell <> Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> Co-authored-by: listerla <57296132+listerla@users.noreply.github.com>
This commit is contained in:
co-authored by
listerla
DreamySkrell <>
Matt Atlas
parent
b20ada52c9
commit
0b60d86059
@@ -305,6 +305,13 @@ datum/gear_tweak/social_credit/tweak_item(var/obj/item/clothing/accessory/badge/
|
||||
jacket["iqi medical"] = /obj/item/clothing/suit/storage/toggle/skrell/iqi/med
|
||||
gear_tweaks += new /datum/gear_tweak/path(jacket)
|
||||
|
||||
/datum/gear/accessory/skrell/starcoat
|
||||
display_name = "star coat"
|
||||
path = /obj/item/clothing/suit/storage/toggle/skrell/starcoat
|
||||
whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_BREEDER, SPECIES_VAURCA_BULWARK, SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Skrell"
|
||||
slot = slot_wear_suit
|
||||
|
||||
/datum/gear/accessory/skrell/poncho
|
||||
display_name = "skrell poncho"
|
||||
path = /obj/item/clothing/accessory/poncho/skrell
|
||||
|
||||
Reference in New Issue
Block a user