mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Certainly fix randomized perk pools with steam ids
This commit is contained in:
parent
1888b94a93
commit
7699c15942
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ ModLuaFileAppend("data/scripts/gun/gun_actions.lua", "mods/quant.ew/files/resour
|
|||
ModMagicNumbersFileAdd("mods/quant.ew/files/magic.xml")
|
||||
|
||||
np.CrossCallAdd("ew_per_peer_seed", function()
|
||||
return tonumber(string.sub(9, ctx.my_id), 16)
|
||||
return tonumber(string.sub(ctx.my_id, 9), 16)
|
||||
end)
|
||||
|
||||
local function load_modules()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue