fix Luck description
This commit is contained in:
parent
33a9d0ad5b
commit
6c6eba362f
|
@ -5,7 +5,7 @@ Namespace Items.Standard
|
|||
|
||||
Inherits Item
|
||||
|
||||
Public Overrides ReadOnly Property Description As String = "An item to be held by a Pokémon. The beguiling aroma of this incense may cause attacks to miss its holder."
|
||||
Public Overrides ReadOnly Property Description As String = "An item to be held by a Pokémon. It doubles a battle's prize money if the holding Pokémon joins in."
|
||||
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 9600
|
||||
Public Overrides ReadOnly Property FlingDamage As Integer = 10
|
||||
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||
|
|
Loading…
Reference in New Issue