mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
5 lines
146 B
Lua
5 lines
146 B
Lua
![]() |
function temple_spawn_guardian( pos_x, pos_y )
|
||
|
if CrossCall("ew_is_host") then
|
||
|
CrossCall("ew_spawn_stevari", pos_x, pos_y)
|
||
|
end
|
||
|
end
|