improve sticky descriptions

This commit is contained in:
darkfire006 2023-01-27 10:32:19 -06:00
parent f95034531b
commit 7d300c93d5
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Namespace Items.Stones
Inherits Item
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 300
Public Overrides ReadOnly Property Description As String = "It's a stone that sticks to other stones, but it's just a regular rock and has no effect on Pokémon."
Public Overrides ReadOnly Property Description As String = "It's a stone that sticks to other stones, a Pokémon that holds it will find more stones."
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False

View File

@ -7,7 +7,7 @@ Namespace Items.Wings
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
Public Overrides ReadOnly Property Description As String = "It's a feather that sticks to other feathers, but it's just a regular feather and has no effect on Pokémon."
Public Overrides ReadOnly Property Description As String = "It's a feather that sticks to other feathers, a Pokémon that holds it will find more feathers."
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200
Public Overrides ReadOnly Property FlingDamage As Integer = 20