mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 23:29:10 +01:00
[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:
co-authored by
ShadowLarkens
Kashargul
parent
399e4948e8
commit
ac77b94d4b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user