mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 12:44:04 +01:00
[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:
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()
|
||||
|
||||
Reference in New Issue
Block a user