Make PP Up & PP Max not usable in battle

This commit is contained in:
JappaWakka 2023-12-19 12:23:41 +01:00
parent 830a11d696
commit b2b34966db
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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)