From 108b4114e0a72f0a1300693c44c83526b0877be3 Mon Sep 17 00:00:00 2001 From: Katherine Kiefer Date: Tue, 4 Oct 2022 11:53:14 +1100 Subject: [PATCH] guh --- 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 04fa9447f7dd..c40da0345214 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) = list() #define AUXTOOLS_CHECK(LIB)\ if (!__auxtools_initialized[LIB]) {\