mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
6 lines
No EOL
185 B
Lua
6 lines
No EOL
185 B
Lua
local orig = material_area_checker_success
|
|
|
|
function material_area_checker_success( pos_x, pos_y )
|
|
CrossCall("ew_charm_sync", GetUpdatedEntityID())
|
|
return orig(pos_x, pos_y)
|
|
end |