diff --git a/modular_citadel/code/modules/client/loadout/neck.dm b/modular_citadel/code/modules/client/loadout/neck.dm index 7c9bafc86d..6be13b75d9 100644 --- a/modular_citadel/code/modules/client/loadout/neck.dm +++ b/modular_citadel/code/modules/client/loadout/neck.dm @@ -21,6 +21,8 @@ /datum/gear/neck/collar name = "Collar" path = /obj/item/clothing/neck/petcollar + loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC + loadout_initial_colors = list("#00BBBB") /datum/gear/neck/leathercollar name = "Leather collar"