porting "global to static"

This commit is contained in:
Ghommie
2019-11-09 22:53:56 +01:00
parent c9cd27c38c
commit 9591bb5471
10 changed files with 12 additions and 15 deletions
@@ -9,7 +9,7 @@
var/ethernet = 0 // Hard-wired, therefore always on, ignores NTNet wireless checks.
malfunction_probability = 1
device_type = MC_NET
var/global/ntnet_card_uid = 1
var/static/ntnet_card_uid = 1
/obj/item/computer_hardware/network_card/diagnostics(var/mob/user)
..()