[MIRROR] Standing on structures such as crates, tables and bed will now look like it. [MDB IGNORE] (#25324)

* Standing on structures such as crates, tables and bed will now look like it.

* Update deployable.dm

* Makes this modular

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-11-28 19:37:33 -05:00
committed by GitHub
co-authored by Ghom Bloop
parent c9cccd9229
commit 3d074e7ede
25 changed files with 305 additions and 35 deletions
+1
View File
@@ -91,6 +91,7 @@ GLOBAL_LIST_INIT(paper_blanks, init_paper_blanks())
. = ..()
toner_cartridge = new(src)
setup_components()
AddElement(/datum/element/elevation, pixel_shift = 8) //enough to look like your bums are on the machine.
/// Simply adds the necessary components for this to function.
/obj/machinery/photocopier/proc/setup_components()