Adds Pip's Cloak

This commit is contained in:
Heroman
2020-03-01 12:32:31 +10:00
parent cabacf22a6
commit b45f37b7c8
3 changed files with 19 additions and 0 deletions

View File

@@ -599,6 +599,12 @@
ckeywhitelist = list("phoaly") ckeywhitelist = list("phoaly")
character_name = list("Lily Maximus") character_name = list("Lily Maximus")
/datum/gear/fluff/pip_cloak
path = /obj/item/clothing/accessory/poncho/roles/cloak/hop/fluff/pip
display_name = "Pip's Cloak"
ckeywhitelist = list("phoaly")
character_name = list("Pip Shyner")
/datum/gear/fluff/lucuis_battery /datum/gear/fluff/lucuis_battery
path = /obj/item/weapon/fluff/dragor_dot path = /obj/item/weapon/fluff/dragor_dot
display_name = "Lucuis' Spare Battery" display_name = "Lucuis' Spare Battery"

View File

@@ -1931,3 +1931,16 @@ Departamental Swimsuits, for general use
default_worn_icon = 'icons/vore/custom_clothes_vr.dmi' default_worn_icon = 'icons/vore/custom_clothes_vr.dmi'
color = COLOR_NAVY color = COLOR_NAVY
sprite_sheets = null sprite_sheets = null
//SweetBlueSylveon:Pip Shyner
/obj/item/clothing/accessory/poncho/roles/cloak/hop/fluff/pip
name = "Pip's Cloak"
desc = "A brightly colored cloak, similar in pattern to the CRO's cloak. It's colored White, Pink, and Blue, with Gold buttons."
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "pipcloak"
item_state = "pipcloak_mob"
icon_override = 'icons/vore/custom_clothes_vr.dmi'
/obj/item/clothing/accessory/poncho/roles/cloak/hop/fluff/pip/equipped() //Because otherwise it gets reset every time
..()
icon_override = 'icons/vore/custom_clothes_vr.dmi'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 208 KiB