mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Colorable Glasses (#16246)
This commit is contained in:
@@ -31,6 +31,7 @@ var/list/mob_icon_icon_states = list()
|
||||
I.appearance = H.species.equip_overlays[image_key]
|
||||
return I
|
||||
var/image/I = overlay_image(mob_icon, mob_state, color, RESET_COLOR|RESET_ALPHA)
|
||||
I.alpha = alpha
|
||||
if(alpha_mask)
|
||||
var/icon/mob_overlay_icon = new(mob_icon, mob_state)
|
||||
var/icon/mask = new(mob_icon, alpha_mask)
|
||||
|
||||
Reference in New Issue
Block a user