mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
You can throw stuff over tables again. (#26110)
Co-authored-by: Adrer <adrermail@gmail.com>
This commit is contained in:
@@ -255,7 +255,7 @@
|
||||
layer = 2.0
|
||||
var/obj/structure/morgue/connected = null
|
||||
anchored = TRUE
|
||||
pass_flags = LETPASSTHROW
|
||||
pass_flags_self = LETPASSTHROW
|
||||
max_integrity = 350
|
||||
|
||||
/obj/structure/m_tray/attack_hand(mob/user as mob)
|
||||
@@ -552,7 +552,7 @@ GLOBAL_LIST_EMPTY(crematoriums)
|
||||
layer = 2.0
|
||||
var/obj/structure/crematorium/connected = null
|
||||
anchored = TRUE
|
||||
pass_flags = LETPASSTHROW
|
||||
pass_flags_self = LETPASSTHROW
|
||||
|
||||
/obj/structure/c_tray/attack_hand(mob/user as mob)
|
||||
if(connected)
|
||||
|
||||
Reference in New Issue
Block a user