Add line break for bicycle use text

This commit is contained in:
JappaWakka 2023-08-05 13:26:48 +02:00
parent 915293431e
commit 36294f8647
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Namespace Items.KeyItems
Screen.Level.OwnPlayer.SetTexture(Core.Player.TempRideSkin, True)
Core.Player.Skin = Core.Player.TempRideSkin
Screen.TextBox.Show("<player.name> stepped off the Bicycle.")
Screen.TextBox.Show("<player.name> stepped~off the Bicycle.")
While Core.CurrentScreen.Identification <> Screen.Identifications.OverworldScreen
Core.CurrentScreen = Core.CurrentScreen.PreScreen
End While