Negate boolean
This commit is contained in:
parent
7549eb55d9
commit
0b6aa8afbb
2 changed files with 2 additions and 2 deletions
|
|
@ -17,5 +17,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.5.0"
|
||||
"version": "1.5.1"
|
||||
}
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue