From 4bc88241faa2baf3bdcedbd6824a217a3c65dbdb Mon Sep 17 00:00:00 2001 From: Alexis Caraballo Date: Mon, 4 Mar 2024 18:16:31 -0300 Subject: [PATCH] Fix error introducido en PR de seguro NPC --- Codigo/MODULO_NPCs.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Codigo/MODULO_NPCs.bas b/Codigo/MODULO_NPCs.bas index 971a7dd7..18269d3f 100644 --- a/Codigo/MODULO_NPCs.bas +++ b/Codigo/MODULO_NPCs.bas @@ -2398,7 +2398,7 @@ Public Function CanAttackNotOwner(ByVal NpcIndex As Integer, ByVal UserIndex As ' Si el usuario puede atacar al NPC If AttackResult.CanAttack Then ' Lo atacamos solo si puede atacar sin hacerse PK (no lo forzamos a hacerse PK) - CanAttackNotOwner = AttackResult.TurnPK + CanAttackNotOwner = Not AttackResult.TurnPK Else ' En caso que el usuario no pueda atacar al NPC, este debe ignorarlo a el ' Excepto que no pueda atacar por los siguientes motivos: esta montado, esta fuera de su campo de vision