Running shoes dutch correction + remove space

This commit is contained in:
JappaWakka 2025-05-24 15:17:08 +02:00
parent 66b78158e3
commit becb559498
2 changed files with 2 additions and 2 deletions

View File

@ -1823,7 +1823,7 @@ item_name_66,Rode Schub
item_name_67,Geheim Drankje item_name_67,Geheim Drankje
item_name_69,Mysterieus Ei item_name_69,Mysterieus Ei
item_name_71,Zilver~vleugel item_name_71,Zilver~vleugel
item_name_78,Renschoenen item_name_78,Hardloopschoenen
item_name_115,GS-Bal item_name_115,GS-Bal
item_name_116,Blauwe Kaart item_name_116,Blauwe Kaart
item_name_127,Kaartsleutel item_name_127,Kaartsleutel

View File

@ -5,7 +5,7 @@ Namespace Items.KeyItems
Inherits KeyItem Inherits KeyItem
Public Overrides ReadOnly Property Description As String = "The ticket required for sailing on the ferry S.S. Aqua. It has a drawing of a ship on it. " Public Overrides ReadOnly Property Description As String = "The ticket required for sailing on the ferry S.S. Aqua. It has a drawing of a ship on it."
Public Sub New() Public Sub New()
_textureRectangle = New Rectangle(240, 216, 24, 24) _textureRectangle = New Rectangle(240, 216, 24, 24)