Fix Coin Case description

This commit is contained in:
JappaWakka 2023-10-27 11:48:21 +02:00
parent 30d89a4b42
commit 7136346b18
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Namespace Items.KeyItems
Inherits KeyItem Inherits KeyItem
Public Overrides ReadOnly Property Description As String = "A case for holding coins obtained at the Game Corner. It holds up to 50,000 coins." Public Overrides ReadOnly Property Description As String = "A case for holding coins obtained at the Game Corner."
Public Overrides ReadOnly Property CanBeUsed As Boolean = True Public Overrides ReadOnly Property CanBeUsed As Boolean = True
Public Sub New() Public Sub New()