mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Adds the planet collar!
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user