mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Adds Pip's Cloak
This commit is contained in:
@@ -599,6 +599,12 @@
|
||||
ckeywhitelist = list("phoaly")
|
||||
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
|
||||
path = /obj/item/weapon/fluff/dragor_dot
|
||||
display_name = "Lucuis' Spare Battery"
|
||||
|
||||
@@ -1931,3 +1931,16 @@ Departamental Swimsuits, for general use
|
||||
default_worn_icon = 'icons/vore/custom_clothes_vr.dmi'
|
||||
color = COLOR_NAVY
|
||||
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 |
Reference in New Issue
Block a user