mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
[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:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user