[NO GBP] Silo logging hotfix 2 (includes hotfix 1): Multitool linking, decon/recon, funky define fix (#92349)

## About The Pull Request
Includes #92346

Additionally, fixes a non-pattern define that would fling the silo
logging formatting off its spinwheel when it would recursively jsonify
the logs.

Adds an id_read_failure for disassembling ore silos logging all their
dropped materials.

## Why It's Good For The Game
Hotfixes for a PR

## Changelog
🆑 Bisar
fix: Ore silos should be able to be connected/disconnected/disassembled
without any issues now.
fix: The define for CENTCOM_SPECOPS was incorrectly formatted; it has
been fixed.
/🆑
This commit is contained in:
Joshua Kidder
2025-07-28 20:16:49 +02:00
committed by GitHub
parent 96c76be99b
commit 07f6b7e879
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -104,7 +104,6 @@
radio.keyslot.channels[RADIO_CHANNEL_SECURITY] = TRUE
radio.recalculateChannels()
/obj/machinery/ore_silo/Destroy()
if (GLOB.ore_silo_default == src)
GLOB.ore_silo_default = null
@@ -114,6 +113,7 @@
ore_connected_machines = null
materials = null
QDEL_NULL(radio)
return ..()