[MIRROR] Panel port test [IDB IGNORE] (#10447)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-16 16:05:24 -07:00
committed by GitHub
parent 2439279209
commit 2f698760c7
389 changed files with 4764 additions and 9001 deletions

View File

@@ -379,3 +379,27 @@ var/global/list/blacklisted_artifact_effects = list(
/datum/artifact_effect/gas/phoron,
/datum/artifact_effect/extreme
)
//stuff that only synths can eat
var/global/list/edible_tech = list(/obj/item/cell,
/obj/item/circuitboard,
/obj/item/integrated_circuit,
/obj/item/broken_device,
/obj/item/brokenbug,
)
var/global/list/item_digestion_blacklist = list(
/obj/item/hand_tele,
/obj/item/card/id,
/obj/item/gun,
/obj/item/pinpointer,
/obj/item/clothing/shoes/magboots,
/obj/item/areaeditor/blueprints,
/obj/item/disk/nuclear,
/obj/item/perfect_tele_beacon,
/obj/item/organ/internal/brain/slime,
/obj/item/mmi/digital/posibrain,
/obj/item/mmi/digital/robot,
/obj/item/rig/protean)
var/global/list/item_tf_spawnpoints = list() // Global variable tracking which items are item tf spawnpoints