mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Items with colourable accents (#16743)
* Items with colourable accents Changes the way loadout items with additional colours worked to be part of all items, rather than changes to each of their update_icon procs. Also added a few new clothing items with colourable accents. * merge conflict fixes Gah. .dmi files why.
This commit is contained in:
@@ -40,7 +40,8 @@ var/list/mob_icon_icon_states = list()
|
||||
var/image/additional_parts = build_additional_parts(H, mob_icon, slot)
|
||||
if(additional_parts)
|
||||
I.add_overlay(additional_parts)
|
||||
|
||||
if(has_accents)
|
||||
I.add_overlay(overlay_image(icon,"[item_state][contained_sprite ? slot_str_to_contained_flag(slot) : ""]_acc",accent_color, RESET_COLOR))
|
||||
return I
|
||||
|
||||
/obj/item/proc/get_image_key_mod()
|
||||
|
||||
Reference in New Issue
Block a user