From 701b01dfa65ec8f36771276b17792065e2b364bd Mon Sep 17 00:00:00 2001 From: Useroth Date: Wed, 15 May 2019 02:30:47 +0200 Subject: [PATCH] Just another commit to make travis fucking recompile it --- code/modules/clothing/neck/_neck.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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