This commit is contained in:
Emik 2026-06-07 19:42:29 +02:00
parent ec4dd25b36
commit d3629c857e
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 2 deletions

View file

@ -17,5 +17,5 @@
"conflicts": [ "conflicts": [
"Jen" "Jen"
], ],
"version": "1.7.9" "version": "1.7.10"
} }

View file

@ -93,7 +93,7 @@ for _, v in pairs({
{"tag_cry_scope", "Scope", 5, 7, 3}, {"tag_cry_scope", "Scope", 5, 7, 3},
{"tag_cry_banana", "Banana", 0, 8, 4}, {"tag_cry_banana", "Banana", 0, 8, 4},
}) do }) 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 { SMODS.Consumable {
key = "token_" .. v[1], key = "token_" .. v[1],
set = "jane_tokens", set = "jane_tokens",