mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
fix perks without random option being random
This commit is contained in:
parent
2da5701fe2
commit
0bdb95c3ff
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
|
if not ctx.proxy_opts.randomize_perks then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
local function hide_perk(perk_id)
|
local function hide_perk(perk_id)
|
||||||
local perk_data = get_perk_with_id(perk_list, perk_id)
|
local perk_data = get_perk_with_id(perk_list, perk_id)
|
||||||
perk_data.not_in_default_perk_pool = true
|
perk_data.not_in_default_perk_pool = true
|
||||||
end
|
end
|
||||||
|
|
||||||
hide_perk("TELEKINESIS")
|
hide_perk("TELEKINESIS")
|
Loading…
Add table
Add a link
Reference in a new issue