mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 01:05:22 +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
|
||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
If a.gmEffectivenessDefense.ContainsKey(d.Type) Then
|
If a.gmEffectivenessAttack.ContainsKey(d.Type) Then
|
||||||
Return a.gmEffectivenessDefense(d.Type)
|
Return a.gmEffectivenessAttack(d.Type)
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user