From 4beda0978aacb3f25596d246b8d9923c5843969a Mon Sep 17 00:00:00 2001 From: SnoeGit <97807054+SnoeGit@users.noreply.github.com> Date: Sun, 27 Nov 2022 08:18:20 -0800 Subject: [PATCH] Update NPCs_Core.bb --- Source Code/NPCs_Core.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source Code/NPCs_Core.bb b/Source Code/NPCs_Core.bb index 36e0a02..002aae9 100644 --- a/Source Code/NPCs_Core.bb +++ b/Source Code/NPCs_Core.bb @@ -6631,7 +6631,7 @@ Function TriggerTeslaGateOnNPCs%(e.Events) Local i% For n.NPCs = Each NPCs - If (n\NPCType = NPCType513_1) Lor (n\NPCType = NPCType372) Lor (n\NPCType = NPCType966) Then Return + If (n\NPCType = NPCType513_1) Lor (n\NPCType = NPCType372) Lor (n\NPCType = NPCType966) Lor (n\NPCType = NPCType939) Then Return If (Not n\IsDead) Then If e\EventState = 0.0 Then For i = 0 To 2