The Return of the Shiny

Reactivate Shiny Candy, set max stacks at 1 and cant be held to avoid duplicating
This commit is contained in:
darkfire006 2021-09-29 02:26:14 -05:00
parent e5d543c945
commit 0ee2c116a9
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ Namespace Items.Medicine
Public Overrides ReadOnly Property Description As String = "This mysterious candy sparkles when unwrapped. It attracts all sorts of Pokémon."
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 4800
Public Overrides ReadOnly Property MaxStack As Integer = 1
Public Overrides ReadOnly Property CanBeHold As Boolean = False
Public Sub New()
_textureRectangle = New Rectangle(96, 240, 24, 24)

Binary file not shown.