[NO GBP] Fixes exceptionally dark armrests on chairs (#89409)

## About The Pull Request

Closes #89037
color goes through KEEP_APART

## Changelog
🆑
fix: Fixed exceptionally dark armrests on chairs
/🆑
This commit is contained in:
SmArtKar
2025-03-12 15:45:43 -04:00
committed by Roxy
parent 3f3329676d
commit f55435a6f5
@@ -92,7 +92,8 @@
return mutable_appearance(icon, "[icon_state]_armrest")
/obj/structure/chair/proc/update_armrest()
armrest = color_atom_overlay(armrest)
if (cached_color_filter)
armrest = filter_appearance_recursive(armrest, cached_color_filter)
update_appearance()
/obj/structure/chair/update_overlays()