mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Panel port test [IDB IGNORE] (#10447)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2439279209
commit
2f698760c7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user