Skip to content

Commit

Permalink
Update NPCs_Core.bb
Browse files Browse the repository at this point in the history
  • Loading branch information
SnoeGit committed Nov 27, 2022
1 parent 55d0306 commit 4beda09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source Code/NPCs_Core.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4beda09

Please sign in to comment.