From d3629c857efec3e9cad98d92297945b46976bc32 Mon Sep 17 00:00:00 2001 From: Emik Date: Sun, 7 Jun 2026 19:42:29 +0200 Subject: [PATCH] Hotfix --- manifest.json | 2 +- src/token.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a467900..c0b6e2e 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.7.9" + "version": "1.7.10" } \ No newline at end of file diff --git a/src/token.lua b/src/token.lua index c7c8a64..7b59498 100644 --- a/src/token.lua +++ b/src/token.lua @@ -93,7 +93,7 @@ for _, v in pairs({ {"tag_cry_scope", "Scope", 5, 7, 3}, {"tag_cry_banana", "Banana", 0, 8, 4}, }) do - if v[1] and Cryptid or v[1]:sub(1, 7) ~= "tag_cry" then + if v[1] and (Cryptid or v[1]:sub(1, 7) ~= "tag_cry") then SMODS.Consumable { key = "token_" .. v[1], set = "jane_tokens",