global to static (#47580)

* global to static

* get rid of a dead var
This commit is contained in:
Rob Bailey
2019-11-06 19:49:20 +01:00
committed by AnturK
parent 2a9dbee183
commit 8ea3632a96
8 changed files with 10 additions and 13 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)
..()