mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 16:54:56 +02:00
Fixed a crash caused by Rare Candy being usable in battle
This commit is contained in:
parent
403add1267
commit
1605ea8afd
@ -8,6 +8,7 @@ Namespace Items.Medicine
|
||||
Public Overrides ReadOnly Property Description As String = "A candy that is packed with energy. When consumed, it will instantly raise the level of a single Pokémon by one."
|
||||
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 4800
|
||||
Public Overrides ReadOnly Property BattlePointsPrice As Integer = 48
|
||||
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||
|
||||
Public Sub New()
|
||||
_textureRectangle = New Rectangle(192, 24, 24, 24)
|
||||
|
Loading…
x
Reference in New Issue
Block a user