mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fixed Life Orb Condition
This commit is contained in:
parent
0d11a5e40d
commit
1b9b8cee91
@ -1857,7 +1857,7 @@ EndSleepCheck:
|
||||
GainHP(CInt(AllDamage / 8), own, own, BattleScreen, p.GetDisplayName() & " gains some HP due to the Shell Bell.", "shellbell")
|
||||
End If
|
||||
Case "life orb"
|
||||
If p.Ability.Name.ToLower() = "magic guard" Then
|
||||
If p.Ability.Name.ToLower() <> "magic guard" Then
|
||||
ReduceHP(CInt(p.MaxHP / 10), own, own, BattleScreen, p.GetDisplayName() & " loses HP due to Life Orb.", "lifeorb")
|
||||
End If
|
||||
End Select
|
||||
|
Loading…
x
Reference in New Issue
Block a user