Just another commit to make travis fucking recompile it

This commit is contained in:
Useroth
2019-05-15 02:30:47 +02:00
parent 8500e69088
commit 701b01dfa6
+1 -1
View File
@@ -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