show player arrows when notplayer again

This commit is contained in:
bgkillas 2024-09-11 20:43:25 -04:00
parent 610c736e57
commit 6c4b35aa13

View file

@ -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)