mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fix Peat Block
This commit is contained in:
parent
721b7d992c
commit
8a39146e3e
@ -3,13 +3,11 @@ Namespace Items.Standard
|
||||
<Item(654, "Peat Block")>
|
||||
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. It’s loved by a certain Pokémon."
|
||||
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 1000
|
||||
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()
|
||||
_textureRectangle = New Rectangle(408, 408, 24, 24)
|
||||
|
Loading…
x
Reference in New Issue
Block a user