mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Make PP Up & PP Max not usable in battle
This commit is contained in:
parent
830a11d696
commit
b2b34966db
@ -7,6 +7,7 @@ Namespace Items.Medicine
|
||||
Public Overrides ReadOnly Property Description As String = "A medicine that can optimally raise the maximum PP of a single move that has been learned by the target Pokémon."
|
||||
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 9800
|
||||
Public Overrides ReadOnly Property PluralName As String = "PP Maxes"
|
||||
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||
|
||||
Public Sub New()
|
||||
_textureRectangle = New Rectangle(120, 240, 24, 24)
|
||||
|
@ -7,6 +7,7 @@ Namespace Items.Medicine
|
||||
|
||||
Public Overrides ReadOnly Property Description As String = "A medicine that can slightly raise the maximum PP of a single move that has been learned by the target Pokémon."
|
||||
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 9800
|
||||
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||
|
||||
Public Sub New()
|
||||
_textureRectangle = New Rectangle(336, 48, 24, 24)
|
||||
|
Loading…
x
Reference in New Issue
Block a user