Adds the planet collar!

This commit is contained in:
Guy
2022-05-15 20:52:06 -03:00
parent 46d7585980
commit b8a3550515
4 changed files with 11 additions and 0 deletions
@@ -44,6 +44,10 @@
display_name = "collar, cowbell"
path = /obj/item/clothing/accessory/collar/cowbell
/datum/gear/collar/planet_earth
display_name = "collar, planet"
path = /obj/item/clothing/accessory/collar/collarplanet_earth
/datum/gear/collar/holo
display_name = "collar, holo"
path = /obj/item/clothing/accessory/collar/holo
@@ -269,6 +269,13 @@
item_state = "collar_cowbell_overlay"
overlay_state = "collar_cowbell_overlay"
/obj/item/clothing/accessory/collar/collarplanet_earth
name = "planet collar"
desc = "A collar featuring a surprisingly detailed replica of planet earth surrounded by a weak battery powered force shield. There is a button to turn it off."
icon_state = "collarplanet_earth"
item_state = "collarplanet_earth"
overlay_state = "collarplanet_earth"
/obj/item/clothing/accessory/collar/holo
name = "Holo-collar"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB