mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[modular][ready][fix] makes the new collars look good (#5604)
* [modular][ready][fix] makes the new collars look good * Update collars.dm Co-authored-by: louiseedwardstuart <bonniefluff>
This commit is contained in:
co-authored by
louiseedwardstuart <bonniefluff>
parent
737b7df896
commit
3eceb349e1
@@ -95,8 +95,9 @@
|
||||
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/neck.dmi'
|
||||
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/neck.dmi'
|
||||
name = "cowbell collar"
|
||||
desc = "Don't fear the ripper, now your pet doesn't have to."
|
||||
desc = "Don't fear the reaper, now your pet doesn't have to."
|
||||
icon_state = "collar_cowbell"
|
||||
is_polychromic = FALSE
|
||||
|
||||
/obj/item/clothing/neck/human_petcollar/locked/bellcollar
|
||||
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/neck.dmi'
|
||||
@@ -104,6 +105,7 @@
|
||||
name = "bell collar"
|
||||
desc = "A loud and annoying collar for your little kittens!"
|
||||
icon_state = "collar_bell"
|
||||
is_polychromic = FALSE
|
||||
|
||||
/obj/item/clothing/neck/human_petcollar/locked/spikecollar
|
||||
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/neck.dmi'
|
||||
@@ -111,6 +113,7 @@
|
||||
name = "spiked collar"
|
||||
desc = "A collar for moody pets. Or pitbulls."
|
||||
icon_state = "collar_spik"
|
||||
is_polychromic = FALSE
|
||||
|
||||
/obj/item/clothing/neck/human_petcollar/locked/holocollar
|
||||
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/neck.dmi'
|
||||
@@ -118,6 +121,7 @@
|
||||
name = "holocollar"
|
||||
desc = "A collar with holographic information, like a microchip, but around the neck."
|
||||
icon_state = "collar_holo"
|
||||
is_polychromic = FALSE
|
||||
|
||||
/obj/item/clothing/neck/human_petcollar/locked/cross
|
||||
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/neck.dmi'
|
||||
@@ -125,6 +129,7 @@
|
||||
name = "cross collar"
|
||||
desc = "A religious punishment, probably."
|
||||
icon_state = "collar_blk"
|
||||
is_polychromic = FALSE
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user