mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-30 11:32:20 +00:00
[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:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user