diff --git a/code/game/objects/structures/beds_chairs/sofa.dm b/code/game/objects/structures/beds_chairs/sofa.dm index 0dc90f72acd..e773cbc04b4 100644 --- a/code/game/objects/structures/beds_chairs/sofa.dm +++ b/code/game/objects/structures/beds_chairs/sofa.dm @@ -100,7 +100,7 @@ COLORED_SOFA(/obj/structure/chair/sofa, maroon, SOFA_MAROON) desc = "Perfectly designed to be comfortable to sit on, and hellish to sleep on." icon_state = "bench_middle" greyscale_config = /datum/greyscale_config/bench_middle - greyscale_colors = "#2E668A" + greyscale_colors = "#af7d28" /obj/structure/chair/sofa/bench/left icon_state = "bench_left" @@ -118,14 +118,6 @@ COLORED_SOFA(/obj/structure/chair/sofa, maroon, SOFA_MAROON) icon_state = "bench_solo" greyscale_config = /datum/greyscale_config/bench_solo -/obj/structure/chair/sofa/bench/post_buckle_mob(mob/living/Mob) - if(src.dir == EAST || WEST) - Mob.pixel_y += 6 - .=..() - -/obj/structure/chair/sofa/bench/post_unbuckle_mob(mob/living/Mob) - if(src.dir == EAST || WEST) - Mob.pixel_y -= 6 // Bamboo benches /obj/structure/chair/sofa/bamboo