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…
Reference in New Issue