[MIRROR] Techweb Fixes (#11299)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-05 00:36:43 +02:00
committed by GitHub
co-authored by ShadowLarkens Kashargul
parent 399e4948e8
commit ac77b94d4b
29 changed files with 518 additions and 805 deletions
@@ -117,10 +117,10 @@
///Proc called when the Station (Science techweb specific) researches a node.
/datum/techweb_node/proc/on_station_research(atom/research_source)
SHOULD_CALL_PARENT(TRUE)
var/channels_to_use = announce_channels
if(length(channels_to_use) && !starting_node)
for(var/channel in channels_to_use)
GLOB.global_announcer.autosay("Science just researched node \"[display_name]\".", "Science Announcer", channel)
// var/channels_to_use = announce_channels
// if(length(channels_to_use) && !starting_node)
// for(var/channel in channels_to_use)
// GLOB.global_announcer.autosay("Science just researched node \"[display_name]\".", "Science Announcer", channel)
// if(istype(research_source, /obj/machinery/computer/rdconsole))
// var/obj/machinery/computer/rdconsole/console = research_source
// var/obj/item/circuitboard/computer/rdconsole/board = console.circuit