mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Fixes eye glow appearance flags (#7544)
Fixes eye glow layer not inheriting mob appearance flags.
This commit is contained in:
@@ -500,6 +500,7 @@ var/global/list/damage_icon_parts = list() //see UpdateDamageIcon()
|
|||||||
|
|
||||||
var/image/eyes_image = image(eyes_icon)
|
var/image/eyes_image = image(eyes_icon)
|
||||||
eyes_image.plane = PLANE_LIGHTING_ABOVE
|
eyes_image.plane = PLANE_LIGHTING_ABOVE
|
||||||
|
eyes_image.appearance_flags = appearance_flags
|
||||||
|
|
||||||
overlays_standing[EYES_LAYER] = eyes_image
|
overlays_standing[EYES_LAYER] = eyes_image
|
||||||
apply_layer(EYES_LAYER)
|
apply_layer(EYES_LAYER)
|
||||||
|
|||||||
Reference in New Issue
Block a user