mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
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:
parent
e5d543c945
commit
0ee2c116a9
P3D/Pokemon/Items
@ -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.
Loading…
x
Reference in New Issue
Block a user