mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Updated to 7th Gen Standards
This commit is contained in:
parent
06bcc083fd
commit
b8b64b2ebc
@ -6,7 +6,7 @@ Namespace Items.Medicine
|
||||
Inherits MedicineItem
|
||||
|
||||
Public Overrides ReadOnly Property IsHealingItem As Boolean = True
|
||||
Public Overrides ReadOnly Property Description As String = "A spray-type medicine for treating wounds. It can be used to restore 50 HP to an injured Pokémon."
|
||||
Public Overrides ReadOnly Property Description As String = "A spray-type medicine for treating wounds. It can be used to restore 60 HP to an injured Pokémon."
|
||||
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 700
|
||||
|
||||
Public Sub New()
|
||||
@ -22,7 +22,7 @@ Namespace Items.Medicine
|
||||
End Sub
|
||||
|
||||
Public Overrides Function UseOnPokemon(ByVal PokeIndex As Integer) As Boolean
|
||||
Return HealPokemon(PokeIndex, 50)
|
||||
Return HealPokemon(PokeIndex, 60)
|
||||
End Function
|
||||
|
||||
End Class
|
||||
|
Loading…
x
Reference in New Issue
Block a user