Negate boolean

This commit is contained in:
Emik 2025-04-24 21:32:42 +02:00
parent 7549eb55d9
commit 0b6aa8afbb
Signed by: emik
GPG key ID: 09CDFF9E5703688D
2 changed files with 2 additions and 2 deletions

View file

@ -17,5 +17,5 @@
"conflicts": [
"Jen"
],
"version": "1.5.0"
"version": "1.5.1"
}

View file

@ -540,7 +540,7 @@ SMODS.Joker {
extra.is_attuned = extra.is_attuned and extra.karma >= max_karma
local function ascend()
if not extra.is_attuning then
if extra.is_attuning then
return
end