mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Added . after Repel use message
This commit is contained in:
parent
4511946f27
commit
6e2f925ba8
@ -14,7 +14,7 @@
|
||||
Player.Temp.LastUsedRepel = ID
|
||||
|
||||
SoundManager.PlaySound("Use_Repel", False)
|
||||
Screen.TextBox.Show(Core.Player.Name & " used a~" & Name, {}, True, True)
|
||||
Screen.TextBox.Show(Core.Player.Name & " used a~" & Name & ".", {}, True, True)
|
||||
Core.Player.RepelSteps = RepelSteps
|
||||
PlayerStatistics.Track("[42]Repels used", 1)
|
||||
Else
|
||||
|
Loading…
x
Reference in New Issue
Block a user