[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-29 01:37:33 +01:00
committed by GitHub
parent c9cccd9229
commit 3d074e7ede
25 changed files with 305 additions and 35 deletions

View File

@@ -10,6 +10,8 @@
delivery_icon = null
can_install_electronics = FALSE
paint_jobs = null
elevation = 17
elevation_open = 17
/obj/structure/closet/crate/bin/LateInitialize()
. = ..()

View File

@@ -15,6 +15,8 @@
close_sound_volume = 50
contents_pressure_protection = 0.8
can_install_electronics = FALSE
elevation = 21
elevation_open = 0
var/obj/item/tank/internals/emergency_oxygen/tank

View File

@@ -14,6 +14,7 @@
open_sound_volume = 25
close_sound_volume = 50
can_install_electronics = FALSE
elevation = 22
// Stops people from "diving into" a crate you can't open normally
divable = FALSE