From 6d6ecbd1734e30b47363651950c74f869ea56f2e Mon Sep 17 00:00:00 2001 From: Katherine Kiefer Date: Tue, 4 Oct 2022 12:25:30 +1100 Subject: [PATCH] no --- code/__HELPERS/_extools_api.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/_extools_api.dm b/code/__HELPERS/_extools_api.dm index ecf84e11bed8..4f5a7e199d43 100644 --- a/code/__HELPERS/_extools_api.dm +++ b/code/__HELPERS/_extools_api.dm @@ -8,7 +8,7 @@ CRASH(msg) //this exists because gases may be created when the MC doesn't exist yet -GLOBAL_REAL_VAR(/list/__auxtools_initialized) +GLOBAL_REAL_VAR(list/__auxtools_initialized) #define AUXTOOLS_CHECK(LIB)\ if (!islist(__auxtools_initialized)) {\