[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 17:57:20 +00:00
committed by GitHub
co-authored by adrermail@gmail.com <adrermail@gmail.com>
parent 9570f5eebd
commit 58137cd7b8
9 changed files with 13 additions and 13 deletions
+1
View File
@@ -138,6 +138,7 @@
#define PASSFENCE (1<<6)
#define PASSDOOR (1<<7)
#define PASSGIRDER (1<<8)
#define PASSTAKE (1<<9)
//turf-only flags
#define BLESSED_TILE (1<<0)