Bumps rust_g to 4.0.0 / IconForge Improvements (#92333)

This commit is contained in:
itsmeow
2025-07-30 23:51:23 -05:00
committed by Roxy
parent 0fdbe46cd3
commit 8a7e6d059f
26 changed files with 446 additions and 66 deletions
@@ -10,7 +10,7 @@
var/datum/universal_icon/head_accessory_icon = uni_icon(sprite_accessory.icon, sprite_accessory.icon_state)
if(y_offset)
head_accessory_icon.shift(NORTH, y_offset, ICON_SIZE_X, ICON_SIZE_Y)
head_accessory_icon.shift(NORTH, y_offset)
head_accessory_icon.blend_color(COLOR_DARK_BROWN, ICON_MULTIPLY)
final_icon.blend_icon(head_accessory_icon, ICON_OVERLAY)