Fix rare candy blank textbox bug

This commit is contained in:
JappaWakka 2023-01-27 17:48:10 +01:00
parent a15414bf24
commit 32bd5ed36e
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ Namespace Items.Medicine
Dim t As String = Me.RemoveItem()
If t <> "" Then
If t.StartsWith("*") Then
t.Remove(0, 1)
End If
s &= "@text.show(" & t & ")" & Environment.NewLine
End If
removedItem = True