[MIRROR] Makes stools face the dir you're facing when you drop them (#12746)

Co-authored-by: Reo Lozzot <84661000+ReoDaProtovali@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-05-13 13:19:46 -07:00
committed by GitHub
parent d76cabdf9b
commit 1a543a7f6d
@@ -61,6 +61,10 @@
name = "[material.display_name] [initial(name)]"
desc = "A stool. Apply butt with care. It's made of [material.use_name]."
/obj/item/stool/dropped(mob/user, equipping, slot)
. = ..()
set_dir(user.dir) //Face the way we're facing when we drop it.
/obj/item/stool/proc/add_padding(padding_type)
padding_material = get_material_by_name(padding_type)
update_icon()