mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
fix Luck description
This commit is contained in:
parent
33a9d0ad5b
commit
6c6eba362f
@ -5,7 +5,7 @@ Namespace Items.Standard
|
|||||||
|
|
||||||
Inherits Item
|
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 PokeDollarPrice As Integer = 9600
|
||||||
Public Overrides ReadOnly Property FlingDamage As Integer = 10
|
Public Overrides ReadOnly Property FlingDamage As Integer = 10
|
||||||
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user