mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 10:27:14 +01:00
Update MC (#18112)
* sdf * fsda * fuck * fuck2 * toolz * sdaf * sdfa * saf * sdfa * sdfa * sdf * sdfa * temp rename * temp rename * temp rename * sdaf * the pain is immensurable in the land of byond * the curse of rah * safd * sadf * sadf * gf * asf * fssdfa * sfd * sadf * sfda * brah * brah * it's easier for you to fix this * ffs * brah * brah
This commit is contained in:
@@ -81,7 +81,7 @@ var/global/ntnet_card_uid = 1
|
||||
return 0
|
||||
if(!check_functionality())
|
||||
return 0
|
||||
if(!ntnet_global || !ntnet_global.check_function(specific_action))
|
||||
if(!GLOB.ntnet_global || !GLOB.ntnet_global.check_function(specific_action))
|
||||
return 0
|
||||
|
||||
if(parent_computer)
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
if(_program == null)
|
||||
qdel(src) //Delete itself if no program is set
|
||||
return
|
||||
var/datum/computer_file/program/PRG = ntnet_global.find_ntnet_file_by_name(_program)
|
||||
var/datum/computer_file/program/PRG = GLOB.ntnet_global.find_ntnet_file_by_name(_program)
|
||||
if(!PRG)
|
||||
qdel(src) //Delete itself it no matching program is found
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user