Freeze Dry Fix

Small, important fix
This commit is contained in:
Capt_Segis 2016-09-14 04:50:08 -05:00 committed by GitHub
parent db170575af
commit 904dcd4f5b
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@
'Freeze Dry
If move.ID = 573 Then
If op.Type1 = Element.Types.Water Or op.Type2 = Element.Types.Water Then
If op.Type1.Type = Element.Types.Water Or op.Type2.Type = Element.Types.Water Then
effectiveness *= 4
End If
End If