[FIX] It's possible to pick up stuff behind tables again (#26144)

* Replica syndicate space suit sprites

* Revert "Replica syndicate space suit sprites"

This reverts commit 1fb5cf68ac.

* You can grab stuff through tables again

* I must please the linter

* Morgue trays as well

---------

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
Adrer
2024-07-05 19:57:20 +02:00
committed by GitHub
parent 9570f5eebd
commit 58137cd7b8
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
icon_state = "hoop"
anchored = TRUE
density = TRUE
pass_flags_self = LETPASSTHROW
pass_flags_self = LETPASSTHROW | PASSTAKE
/obj/structure/holohoop/attackby(obj/item/W, mob/user, params)
if(istype(W, /obj/item/grab) && get_dist(src, user) <= 1)