mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
[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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user