mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #1677 from Yoshax/customtaurcoat
Add's Epic_Charger's custom taur winter snow suit
This commit is contained in:
@@ -1221,6 +1221,25 @@ Departamental Swimsuits, for general use
|
||||
icon_state = "batter"
|
||||
item_state = "batter_mob"
|
||||
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/jessie
|
||||
name = "Handmade Winter Suit"
|
||||
desc = "A durable, but somewhat ragged lower portion of a snow suit fitted for a wolftaur."
|
||||
icon = 'icons/mob/taursuits_vr.dmi'
|
||||
icon_override = 'icons/mob/taursuits_vr.dmi'
|
||||
icon_state = "jessiecoat"
|
||||
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/jessie/mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0)
|
||||
if(..())
|
||||
if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/wolf))
|
||||
if(icon_state == "jessiecoat")
|
||||
return ..()
|
||||
icon_override = 'icons/mob/taursuits_vr.dmi'
|
||||
icon_state = "jessiecoat"
|
||||
pixel_x = -16
|
||||
return ..()
|
||||
else
|
||||
to_chat(H, "<span class='warning'>You need to have a wolf-taur half to wear this.</span>")
|
||||
return 0
|
||||
|
||||
//samanthafyre:Kateryna Petrovitch
|
||||
/obj/item/clothing/suit/armor/vest/wolftaur/kate
|
||||
|
||||
@@ -189,6 +189,12 @@ character_name: Serkii Miishy
|
||||
item_path: /obj/item/clothing/under/skirt/fluff/serkii
|
||||
}
|
||||
|
||||
{
|
||||
ckey: epiccharger
|
||||
character_name: Jessie Mare
|
||||
item_path: /obj/item/clothing/suit/storage/hooded/wintercoat/jessie
|
||||
}
|
||||
|
||||
{
|
||||
ckey: epigraphzero
|
||||
character_name: Verd Woodrow
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 193 KiB |
Reference in New Issue
Block a user