[MIRROR] Convert some more globals (#12482)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-03 01:11:36 +01:00
committed by GitHub
co-authored by Kashargul
parent a857dcb9f9
commit acd4f1c387
103 changed files with 551 additions and 719 deletions
@@ -155,7 +155,7 @@
/obj/item/modular_computer/proc/add_log(var/text)
if(!get_ntnet_status())
return 0
return ntnet_global.add_log(text, network_card)
return GLOB.ntnet_global.add_log(text, network_card)
/obj/item/modular_computer/proc/shutdown_computer(var/loud = 1)
kill_program(1)