Just another commit to make travis fucking recompile it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user