mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
show player arrows when notplayer again
This commit is contained in:
parent
610c736e57
commit
6c4b35aa13
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ local function is_suitable_target(entity)
|
|||
end
|
||||
|
||||
function module.on_world_update()
|
||||
if EntityHasTag(ctx.my_player.entity, "polymorphed") then
|
||||
if EntityHasTag(ctx.my_player.entity, "polymorphed") and not EntityHasTag(ctx.my_player.entity, "ew_notplayer") then
|
||||
return
|
||||
end
|
||||
GuiStartFrame(gui)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue