mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Turn more unmanaged global vars into GLOB (#20446)
Turned a ton of unmanaged globals into managed globals. Refactored some UT output. Removed some unused things, including vars. Added a test to ensure people don't keep adding new unmanaged vars.
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
final_destination = loc_landmark.loc
|
||||
|
||||
|
||||
var/mob/living/silicon/ai/O = new (final_destination, base_law_type,,1)//No MMI but safety is in effect.
|
||||
var/mob/living/silicon/ai/O = new (final_destination, GLOB.base_law_type,,1)//No MMI but safety is in effect.
|
||||
O.set_invisibility(0)
|
||||
O.ai_restore_power_routine = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user