Preventing safari/sport ball smuggling

This commit is contained in:
Ruan Pablo 2019-09-15 05:39:34 -03:00
parent 52bb7ef637
commit 34122c1849
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Namespace Items.Balls
Inherits BallItem
Public Overrides ReadOnly Property CanBeHold As Boolean = False
Public Overrides ReadOnly Property Description As String = "A special Pokéball that is used only in the Great Marsh and the Safari Zone. It is decorated in a camouflage pattern."
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200
Public Overrides ReadOnly Property CatchMultiplier As Single = 1.5F

View File

@ -5,7 +5,9 @@ Namespace Items.Balls
Inherits BallItem
Public Overrides ReadOnly Property CanBeHold As Boolean = False
Public Overrides ReadOnly Property Description As String = "A special Pokéball for the Bug-Catching Contest."
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 200
Public Overrides ReadOnly Property CatchMultiplier As Single = 1.5F
Public Sub New()