Fix Peat Block

This commit is contained in:
JappaWakka 2023-10-12 19:33:23 +02:00
parent 721b7d992c
commit 8a39146e3e

View File

@ -3,13 +3,11 @@ Namespace Items.Standard
<Item(654, "Peat Block")> <Item(654, "Peat Block")>
Public Class PeatBlock Public Class PeatBlock
Inherits Item Inherits StoneItem
Public Overrides ReadOnly Property Description As String = "A block of muddy material that can be used as fuel for burning when it is dried. Its loved by a certain Pokémon." Public Overrides ReadOnly Property Description As String = "A block of muddy material that can be used as fuel for burning when it is dried. Its loved by a certain Pokémon."
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 1000 Public Overrides ReadOnly Property PokeDollarPrice As Integer = 1000
Public Overrides ReadOnly Property FlingDamage As Integer = 80 Public Overrides ReadOnly Property FlingDamage As Integer = 80
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
Public Overrides ReadOnly Property CanBeUsed As Boolean = False
Public Sub New() Public Sub New()
_textureRectangle = New Rectangle(408, 408, 24, 24) _textureRectangle = New Rectangle(408, 408, 24, 24)