Merge pull request #2297 from saysage/master

JackNoir413 custom clothes
This commit is contained in:
Spades
2017-10-15 16:22:58 -04:00
committed by GitHub
4 changed files with 40 additions and 0 deletions
@@ -218,6 +218,16 @@
/obj/item/clothing/accessory/storage/black_vest/fluff/kilano
)
// JackNoir413: Mor Xaina
/obj/item/weapon/storage/box/fluff/morxaina
name = "Fashionable clothes set"
desc = "Set of custom-made, expensive attire elements."
has_items = list(
/obj/item/clothing/shoes/fluff/morthighs,
/obj/item/clothing/gloves/fluff/morsleeves,
/obj/item/clothing/under/fluff/morunder)
/*
Swimsuits, for general use, to avoid arriving to work with your swimsuit.
*/
@@ -1400,6 +1400,30 @@ Departamental Swimsuits, for general use
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "alfonso_visor"
icon_override = 'icons/vore/custom_onmob_vr.dmi'
//JackNoir413: Mor Xaina
/obj/item/clothing/under/fluff/morunder
desc = "Fashionable grey top, combined with black shorts. Fancy!"
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "morunder"
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "morunder_mob"
//JackNoir413: Mor Xaina
/obj/item/clothing/gloves/fluff/morsleeves
desc = "Cute long armwarmers. Sadly, they don't cover fingers."
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "morsleeves"
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "morsleeves_mob"
//JackNoir413: Mor Xaina
/obj/item/clothing/shoes/fluff/morthighs
desc = "Striped, soft thigh-high socks with no fingers. Must be hard to wash them..."
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "morthighs"
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "morthighs_mob"
//Jackets For General Use. Sprited by Joji.
/obj/item/clothing/suit/storage/fluff/jacket //Not the toggle version since it uses custom toggle code to update the on-mob icon.