mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Made PokéBalls not holdable
This commit is contained in:
parent
e03827880e
commit
01a2487839
@ -5,6 +5,7 @@
|
||||
Inherits Item
|
||||
|
||||
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
|
||||
Public Overrides ReadOnly Property CanBeHeld As Boolean = False
|
||||
Public Overrides ReadOnly Property ItemType As ItemTypes = ItemTypes.Pokéballs
|
||||
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 1000
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user