mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
make rng better in theory, maybe fix orbs duplicating
This commit is contained in:
parent
f732d8f2b7
commit
6d194a2b78
8 changed files with 18 additions and 19 deletions
|
@ -37,7 +37,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(ctx.my_id, 9), 16)
|
||||
return tonumber(string.sub(ctx.my_id, 8, 12), 16), tonumber(string.sub(ctx.my_id, 12), 16)
|
||||
end)
|
||||
|
||||
local function load_modules()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue