Fix Escape Rope price.

I think the free sale is over xD
This commit is contained in:
jianmingyong 2016-09-24 16:41:53 +08:00
parent b13ed6adf8
commit 3f81f195bd
1 changed files with 1 additions and 1 deletions

View File

@ -5,8 +5,8 @@ Namespace Items.Standard
Inherits Item
Public Overrides ReadOnly Property PokeDollarPrice As Integer = 550
Public Overrides ReadOnly Property Description As String = "A long and durable rope. Use it to escape instantly from a cave or a dungeon."
Public Overrides ReadOnly Property BattlePointsPrice As Integer = 550
Public Overrides ReadOnly Property CanBeUsedInBattle As Boolean = False
Public Sub New()