From 7d217cf7e20972c45567691c4c3acf37c21c8950 Mon Sep 17 00:00:00 2001 From: CaptainSegis Date: Sat, 5 Nov 2016 20:35:00 -0500 Subject: [PATCH] Fixed dive up typo --- 2.5DHero/2.5DHero/Entites/Enviroment/DiveTile.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.5DHero/2.5DHero/Entites/Enviroment/DiveTile.vb b/2.5DHero/2.5DHero/Entites/Enviroment/DiveTile.vb index 9455d0e42..13cfb7a5f 100644 --- a/2.5DHero/2.5DHero/Entites/Enviroment/DiveTile.vb +++ b/2.5DHero/2.5DHero/Entites/Enviroment/DiveTile.vb @@ -39,7 +39,7 @@ SoundManager.PlaySound("select") ElseIf diveUp = 2 Then 'Up - Dim t As String = "The boat's shadow is casted~upon the ocean floor.*Do you want to~use Dive?%Yes|No%" + Dim t As String = "The boat's shadow is cast~upon the ocean floor.*Do you want to~use Dive?%Yes|No%" Screen.TextBox.Show(t, {Me}) SoundManager.PlaySound("select")