diff --git a/manifest.json b/manifest.json index fe308fc..dadda1d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "author": [ "Emik" ], - "version": "2.1.2", + "version": "2.1.3", "badge_colour": "8BE9FD", "main_file": "src/main.lua", "badge_text_colour": "44475A", diff --git a/src/main.lua b/src/main.lua index d407e22..2e7b7cd 100644 --- a/src/main.lua +++ b/src/main.lua @@ -5,7 +5,7 @@ f {"challenge", "spectral", "edition", "tweaks", "blind", "charm", "joker", "bac assert(SMODS.load_file("src/" .. v .. ".lua"))(qol) end) -if Balatest then +if _G["Balatest"] then f {"joker", "blind", "spectral"}:each(function(v) assert(SMODS.load_file("src/tests/" .. v .. ".tests.lua"))(qol) end)