mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 08:14:29 +02:00
Updated Explosion/Selfdestruct damage to the current gen
This commit is contained in:
parent
2e02a65767
commit
fb38d8d2fe
@ -1447,7 +1447,7 @@
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
If Attack.Name.ToLower() = "selfdestruct" Or Attack.Name.ToLower() = "explosion" Then
|
If Attack.Name.ToLower() = "selfdestruct" Or Attack.Name.ToLower() = "explosion" Then
|
||||||
SX = 0.5F
|
SX = 1.0F
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If Not Op.Item Is Nothing And BattleScreen.FieldEffects.CanUseItem(Not Own) = True And BattleScreen.FieldEffects.CanUseOwnItem(Not Own, BattleScreen) = True Then
|
If Not Op.Item Is Nothing And BattleScreen.FieldEffects.CanUseItem(Not Own) = True And BattleScreen.FieldEffects.CanUseOwnItem(Not Own, BattleScreen) = True Then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user