mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Merge pull request #7184 from Greenjoe12345/teshycoats
adds some coats for teshari + fancy clothes
This commit is contained in:
@@ -393,3 +393,23 @@
|
||||
/datum/gear/suit/labcoat_tesh/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
/datum/gear/suit/teshcoat
|
||||
display_name = "small black coat, recolorable stripes (Teshari)"
|
||||
path = /obj/item/clothing/suit/storage/toggle/tesharicoat
|
||||
whitelisted = SPECIES_TESHARI
|
||||
sort_category = "Xenowear"
|
||||
|
||||
/datum/gear/suit/teshcoat/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
/datum/gear/suit/teshcoatwhite
|
||||
display_name = "smallcoat, recolorable (Teshari)"
|
||||
path = /obj/item/clothing/suit/storage/toggle/tesharicoatwhite
|
||||
whitelisted = SPECIES_TESHARI
|
||||
sort_category = "Xenowear"
|
||||
|
||||
/datum/gear/suit/teshcoatwhite/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
@@ -246,3 +246,22 @@
|
||||
icon_override = 'icons/mob/species/seromi/suit.dmi'
|
||||
icon_state = "tesh_labcoat"
|
||||
species_restricted = list(SPECIES_TESHARI)
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/tesharicoat
|
||||
name = "small black coat"
|
||||
desc = "A coat that seems too small to fit a human."
|
||||
icon = 'icons/obj/clothing/species/seromi/suits.dmi'
|
||||
icon_override = 'icons/mob/species/seromi/suit.dmi'
|
||||
icon_state = "tesharicoat"
|
||||
body_parts_covered = UPPER_TORSO|ARMS|LOWER_TORSO|LEGS
|
||||
species_restricted = list(SPECIES_TESHARI)
|
||||
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/tesharicoatwhite
|
||||
name = "small coat"
|
||||
desc = "A coat that seems too small to fit a human."
|
||||
icon = 'icons/obj/clothing/species/seromi/suits.dmi'
|
||||
icon_override = 'icons/mob/species/seromi/suit.dmi'
|
||||
icon_state = "tesharicoatwhite"
|
||||
body_parts_covered = UPPER_TORSO|ARMS|LOWER_TORSO|LEGS
|
||||
species_restricted = list(SPECIES_TESHARI)
|
||||
@@ -33,6 +33,18 @@
|
||||
name = "small rainbow smock"
|
||||
icon_state = "seromi_rainbow"
|
||||
|
||||
/obj/item/clothing/under/seromi/smock/dress
|
||||
name = "small command dress"
|
||||
icon_state = "seromi_dress_cap"
|
||||
|
||||
/obj/item/clothing/under/seromi/smock/uniform
|
||||
name = "small command uniform"
|
||||
icon_state = "seromi_captain"
|
||||
|
||||
/obj/item/clothing/under/seromi/smock/formal
|
||||
name = "small formal uniform"
|
||||
icon_state = "seromi_captain_formal"
|
||||
|
||||
/obj/item/clothing/under/seromi/undercoat
|
||||
name = "Undercoat"
|
||||
desc = "A Teshari traditional garb, with a modern twist! Made of micro and nanofibres to make it light and billowy, perfect for going fast and stylishly!"
|
||||
|
||||
Reference in New Issue
Block a user