mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 00:34:38 +02:00
Use correct effectiveness for attacking type
This commit is contained in:
parent
940059013c
commit
3a0887023b
@ -899,8 +899,8 @@ Public Class Element
|
||||
End If
|
||||
End If
|
||||
Else
|
||||
If a.gmEffectivenessDefense.ContainsKey(d.Type) Then
|
||||
Return a.gmEffectivenessDefense(d.Type)
|
||||
If a.gmEffectivenessAttack.ContainsKey(d.Type) Then
|
||||
Return a.gmEffectivenessAttack(d.Type)
|
||||
End If
|
||||
End If
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user