Fix Protean ability
This commit is contained in:
parent
24ba4b4378
commit
ca410ee53b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue