mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #8839 from VOREStation/upstream-merge-7544
[MIRROR] Fixes eye glow 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