diff --git a/code/defines/obj.dm b/code/defines/obj.dm index 2abb1c7efee..9c794362bb7 100644 --- a/code/defines/obj.dm +++ b/code/defines/obj.dm @@ -619,6 +619,32 @@ desc = "You sit in this. Either by will or force." icon_state = "chair" +/obj/structure/stool/bed/chair/comfy + name = "comfy chair" + desc = "It looks comfy." + +/obj/structure/stool/bed/chair/comfy/brown + icon_state = "comfychair_brown" + +/obj/structure/stool/bed/chair/comfy/beige + icon_state = "comfychair_beige" + +/obj/structure/stool/bed/chair/comfy/teal + icon_state = "comfychair_teal" + +/obj/structure/stool/bed/chair/comfy/black + icon_state = "comfychair_black" + +/obj/structure/stool/bed/chair/comfy/lime + icon_state = "comfychair_lime" + + +/obj/structure/stool/bed/chair/office/light + icon_state = "officechair_white" + +/obj/structure/stool/bed/chair/office/dark + icon_state = "officechair_dark" + /obj/structure/table name = "table" desc = "A square piece of metal standing on four metal legs. It can not move." diff --git a/icons/obj/objects.dmi b/icons/obj/objects.dmi index 91db37b2120..54fdb601f99 100644 Binary files a/icons/obj/objects.dmi and b/icons/obj/objects.dmi differ