mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
fix zeta and probably others like blood/gold to power
This commit is contained in:
parent
f320b4d348
commit
f194043b55
1 changed files with 6 additions and 0 deletions
|
@ -36,4 +36,10 @@ for i=#actions,1,-1 do
|
||||||
SetRandomSeed = oldSetRandomSeed
|
SetRandomSeed = oldSetRandomSeed
|
||||||
end
|
end
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
local orig = GetUpdatedEntityID
|
||||||
|
|
||||||
|
function GetUpdatedEntityID()
|
||||||
|
return EntityGetRootEntity(orig())
|
||||||
end
|
end
|
Loading…
Add table
Add a link
Reference in a new issue