Added . after Repel use message

This commit is contained in:
JappaWakka 2022-11-18 15:08:34 +01:00
parent 4511946f27
commit 6e2f925ba8
1 changed files with 1 additions and 1 deletions

View File

@ -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