mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 16:54:56 +02:00
Freeze Dry Fix
Small, important fix
This commit is contained in:
parent
db170575af
commit
904dcd4f5b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user