From 3f64128513d648a393fa5c8407f32fa1089ae3e4 Mon Sep 17 00:00:00 2001 From: Useroth <37159550+Useroth@users.noreply.github.com> Date: Wed, 15 May 2019 02:08:43 +0200 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: deathride58 --- code/modules/clothing/neck/_neck.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/neck/_neck.dm b/code/modules/clothing/neck/_neck.dm index 83896b76c8..5d8eb0ae1d 100644 --- a/code/modules/clothing/neck/_neck.dm +++ b/code/modules/clothing/neck/_neck.dm @@ -224,7 +224,7 @@ item_color = "choker" hasprimary = TRUE - primary_color = "#000000" + primary_color = "#222222" /obj/item/clothing/neck/petcollar/locked name = "locked collar" @@ -256,7 +256,7 @@ hasprimary = TRUE hassecondary = TRUE - primary_color = "#000000" + primary_color = "#222222" secondary_color = "#888888" /obj/item/clothing/neck/petcollar/locked/choker @@ -266,7 +266,7 @@ item_color = "choker" hasprimary = TRUE - primary_color = "#000000" + primary_color = "#222222" /obj/item/key/collar name = "Collar Key"