mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 16:54:56 +02:00
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…
x
Reference in New Issue
Block a user