You can throw stuff over tables again. (#26110)

Co-authored-by: Adrer <adrermail@gmail.com>
This commit is contained in:
Adrer
2024-07-04 12:57:54 +02:00
committed by GitHub
parent 06a52c5eac
commit d0ebe2f37e
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
icon_state = "hoop"
anchored = TRUE
density = TRUE
pass_flags = LETPASSTHROW
pass_flags_self = LETPASSTHROW
/obj/structure/holohoop/attackby(obj/item/W, mob/user, params)
if(istype(W, /obj/item/grab) && get_dist(src, user) <= 1)
+1 -1
View File
@@ -52,7 +52,7 @@
name = "holo barrier"
desc = "A short holographic barrier which can only be passed by walking."
icon_state = "holosign_sec"
pass_flags = LETPASSTHROW
pass_flags_self = LETPASSTHROW
density = TRUE
max_integrity = 20
var/allow_walk = TRUE //can we pass through it on walk intent
+2 -2
View File
@@ -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)
+1 -1
View File
@@ -5,7 +5,7 @@
icon_state = "railing"
density = TRUE
anchored = TRUE
pass_flags = LETPASSTHROW
pass_flags_self = LETPASSTHROW
climbable = TRUE
layer = ABOVE_MOB_LAYER
flags = ON_BORDER
+2 -2
View File
@@ -21,7 +21,7 @@
density = TRUE
anchored = TRUE
layer = TABLE_LAYER
pass_flags = LETPASSTHROW
pass_flags_self = LETPASSTHROW
climbable = TRUE
max_integrity = 100
integrity_failure = 30
@@ -864,7 +864,7 @@
layer = TABLE_LAYER
density = TRUE
anchored = TRUE
pass_flags = LETPASSTHROW
pass_flags_self = LETPASSTHROW
max_integrity = 20
/obj/structure/rack/examine(mob/user)