Fix Protean ability

This commit is contained in:
JappaWakka 2023-02-23 12:09:22 +01:00
parent 24ba4b4378
commit ca410ee53b
1 changed files with 1 additions and 1 deletions

View File

@ -2006,7 +2006,7 @@
'Protean Ability:
If p.Ability.Name.ToLower() = "protean" Then
If p.Type1.Type <> moveUsed.Type.Type Then
If p.Type1.Type <> moveUsed.Type.Type OrElse p.Type2.Type <> Element.Types.Blank Then
If p.OriginalType1 Is Nothing Then
p.OriginalType1 = New Element(p.Type1.Type)
End If