mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Fix trap ability textbox close delay in battlemenu
This commit is contained in:
parent
17c559d723
commit
c002a20453
@ -843,7 +843,7 @@
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
If Trapped = True Then
|
If Trapped = True Then
|
||||||
Screen.TextBox.Show(Localization.GetString("battle_cannot_run_ability", "Failed to run away because of~") & Localization.GetString("ability_name_" & op.Ability.ID.ToString, op.Ability.Name) & ".", {}, True, False)
|
Screen.TextBox.Show(Localization.GetString("battle_cannot_run_ability", "Failed to run away because of~") & Localization.GetString("ability_name_" & op.Ability.ID.ToString, op.Ability.Name) & ".", {}, True, True)
|
||||||
Else
|
Else
|
||||||
BattleScreen.BattleQuery.Clear()
|
BattleScreen.BattleQuery.Clear()
|
||||||
BattleScreen.BattleQuery.Add(BattleScreen.FocusBattle())
|
BattleScreen.BattleQuery.Add(BattleScreen.FocusBattle())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user