Skip to content

Commit

Permalink
Fix: Comfy corporate armrest
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Oct 27, 2023
1 parent 256aaf7 commit be64825
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modular_ss220/aesthetics/chairs/code/chairs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
/obj/structure/chair/comfy/corp
icon = 'icons/obj/chairs.dmi'

/obj/structure/chair/comfy/corp/GetArmrest()
return mutable_appearance('icons/obj/chairs.dmi', "[icon_state]_armrest")

/obj/structure/chair/comfy/shuttle
icon = 'icons/obj/chairs.dmi'

Expand Down

0 comments on commit be64825

Please sign in to comment.