mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 20:13:45 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user