fix Luck description

This commit is contained in:
darkfire006 2022-12-29 20:49:18 -06:00
parent 33a9d0ad5b
commit 6c6eba362f
1 changed files with 1 additions and 1 deletions

View File

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