Fixed empty line before message with rare candy
This commit is contained in:
parent
42e625b5f4
commit
ec5f551bd2
|
@ -69,7 +69,7 @@ Namespace Items.Medicine
|
||||||
If removedItem = False Then
|
If removedItem = False Then
|
||||||
Dim t As String = Me.RemoveItem()
|
Dim t As String = Me.RemoveItem()
|
||||||
If t <> "" Then
|
If t <> "" Then
|
||||||
s &= "@text.show(" & t & ")" & Environment.NewLine
|
s &= "@text.show(" & t.Remove(0, 1) & ")" & Environment.NewLine
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue