From c7cbe004f86c7156800e2242842495ff69c0a3d9 Mon Sep 17 00:00:00 2001 From: AllanR Date: Mon, 9 Sep 2024 22:36:15 -0300 Subject: [PATCH] Update global_lists.dm --- code/__HELPERS/global_lists.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/global_lists.dm b/code/__HELPERS/global_lists.dm index b5fdbb35..5249fa8c 100644 --- a/code/__HELPERS/global_lists.dm +++ b/code/__HELPERS/global_lists.dm @@ -90,7 +90,7 @@ GLOB.preference_patrons[path] = patron // Learnable Arcane Spells - GLOB.learnables = Get_Learnable_Spells()n + GLOB.learnables = Get_Learnable_Spells() //creates every subtype of prototype (excluding prototype) and adds it to list L. //if no list/L is provided, one is created.