From 62e15d61e72b873045a2bc60a4f313a8dcd54ff6 Mon Sep 17 00:00:00 2001 From: Athebyne <30442287+f-raZ0R@users.noreply.github.com> Date: Tue, 4 Nov 2025 22:58:32 -0500 Subject: [PATCH] G.GAMe typo in the grab bag compat get her ass --- compat/grabbag.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compat/grabbag.lua b/compat/grabbag.lua index 7e641000..33ed482b 100644 --- a/compat/grabbag.lua +++ b/compat/grabbag.lua @@ -868,7 +868,7 @@ if (SMODS.Mods["GrabBag"] or {}).can_load then Entropy.ChangeFullCSL(card.ability.size) end, can_use = function(self, card) - return G.GAMe.blind.in_blind + return G.GAME.blind.in_blind end, loc_vars = function(self, q, card) return {vars = {card.ability.size}} @@ -946,4 +946,4 @@ if (SMODS.Mods["GrabBag"] or {}).can_load then hope } } -end \ No newline at end of file +end