From 6dfaca81deb7ba276ae7a67eb1194f9d3432be7b Mon Sep 17 00:00:00 2001 From: Vi3trice <80771500+Vi3trice@users.noreply.github.com> Date: Sat, 16 Jul 2022 06:11:36 -0400 Subject: [PATCH] Well no one's doing it (#18398) --- code/game/objects/structures/stool_bed_chair_nest/chairs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm index 857b772000b..ee206f180c9 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -370,7 +370,7 @@ icon_state = "pewend_right" /obj/structure/chair/sofa/bench - name = "Bench" + name = "bench" desc = "You sit in this. Either by will or force." icon_state = "bench_middle_mapping" base_icon_state = "bench_middle" @@ -412,7 +412,7 @@ base_icon_state = "bench_right" /obj/structure/chair/sofa/bamboo - name = "Bamboo Bench" + name = "bamboo bench" desc = "Not the most comfortable, but vegan!" icon_state = "bamboo_sofamiddle" color = null