diff --git a/code/modules/clothing/neck/_neck.dm b/code/modules/clothing/neck/_neck.dm index e8d1fe27fa..eeec35d34f 100644 --- a/code/modules/clothing/neck/_neck.dm +++ b/code/modules/clothing/neck/_neck.dm @@ -196,7 +196,7 @@ if(hasprimary) //checks if overlays are enabled var/mutable_appearance/primary_worn = mutable_appearance(icon, "[item_color]-primary") //automagical sprite selection primary_worn.color = primary_color //colors the overlay - . += primary_worn //adds the overlay onto the buffer list to draw on the mob sprite. + . += primary_worn //adds the overlay onto the buffer list to draw on the mob sprite if(hassecondary) var/mutable_appearance/secondary_worn = mutable_appearance(icon, "[item_color]-secondary") secondary_worn.color = secondary_color