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
|
@ -37,3 +37,9 @@ for i=#actions,1,-1 do
|
|||
end
|
||||
|
||||
end
|
||||
|
||||
local orig = GetUpdatedEntityID
|
||||
|
||||
function GetUpdatedEntityID()
|
||||
return EntityGetRootEntity(orig())
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue