From 7136346b18f618b5c5b51e7517f3c3b12b8a996e Mon Sep 17 00:00:00 2001 From: JappaWakka Date: Fri, 27 Oct 2023 11:48:21 +0200 Subject: [PATCH] Fix Coin Case description --- P3D/Pokemon/Items/KeyItems/CoinCase.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P3D/Pokemon/Items/KeyItems/CoinCase.vb b/P3D/Pokemon/Items/KeyItems/CoinCase.vb index ebad061a5..4b8b37a3f 100644 --- a/P3D/Pokemon/Items/KeyItems/CoinCase.vb +++ b/P3D/Pokemon/Items/KeyItems/CoinCase.vb @@ -5,7 +5,7 @@ Namespace Items.KeyItems 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 Sub New()