mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
The Great Radio Rework: NTNET Part 1 of many. (#54462)
Machinery networking refactor.
This commit is contained in:
@@ -367,7 +367,8 @@
|
||||
if(!get_ntnet_status())
|
||||
return FALSE
|
||||
var/obj/item/computer_hardware/network_card/network_card = all_components[MC_NET]
|
||||
return SSnetworks.station_network.add_log(text, network_card)
|
||||
|
||||
return SSnetworks.add_log(text, network_card.network_id, network_card.hardware_id)
|
||||
|
||||
/obj/item/modular_computer/proc/shutdown_computer(loud = 1)
|
||||
kill_program(forced = TRUE)
|
||||
|
||||
Reference in New Issue
Block a user