[MIRROR] More globals (#12530)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-15 19:26:29 +01:00
committed by GitHub
co-authored by Kashargul
parent de8fed65df
commit 4f5dce5ebe
238 changed files with 984 additions and 1026 deletions
@@ -1,4 +1,4 @@
var/global/ntnet_card_uid = 1
GLOBAL_VAR_INIT(ntnet_card_uid, 1)
/obj/item/computer_hardware/network_card/
name = "basic NTNet network card"
@@ -35,8 +35,8 @@ var/global/ntnet_card_uid = 1
/obj/item/computer_hardware/network_card/Initialize(mapload)
. = ..()
identification_id = ntnet_card_uid
ntnet_card_uid++
identification_id = GLOB.ntnet_card_uid
GLOB.ntnet_card_uid++
/obj/item/computer_hardware/network_card/advanced
name = "advanced NTNet network card"