Flags and adjacency work (#20259)

Added a bunch of flags for passflags on things that were previously
missing them.
Removed snowflake passthrow var, it's a passflag now.
Updated ClickCross and Adjacency code.
It's now possible to interact with things that are adjacent but
otherwise have a machine (or other appropriate items) blocking them, eg.
think of an APC on the wall with a machine in front of it.
This commit is contained in:
Fluffy
2024-12-24 16:05:30 +00:00
committed by GitHub
parent 67360a9bea
commit 727eb2d261
21 changed files with 147 additions and 94 deletions
+3 -4
View File
@@ -3,10 +3,9 @@
icon = 'icons/obj/makeshift_workstation.dmi'
icon_state = "workstation"
desc = "It's a makeshift workstation for grinding, chopping, and heating."
density = 1
anchored = 1
throwpass = 1
density = TRUE
anchored = TRUE
pass_flags_self = PASSSTRUCTURE | LETPASSTHROW
var/obj/item/device/analyzer/analyzer
var/transfer_out = 0