Use correct effectiveness for attacking type

This commit is contained in:
JappaWakka 2025-02-03 14:52:09 +01:00
parent 940059013c
commit 3a0887023b
1 changed files with 2 additions and 2 deletions

View File

@ -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