Fixed LibertyPass

This commit is contained in:
CaptainSegis 2018-09-09 14:48:51 -05:00
parent 182310e1b7
commit 66556b2484
6 changed files with 4 additions and 3 deletions

View File

@ -10,5 +10,5 @@ version=2
@level.wait(15)
@screen.fadein
@text.show(He left something behind.*It's a boat pass!)
@item.messagegive(500,1)
@item.messagegive(592,1)
:end

View File

@ -39,7 +39,7 @@ version=2
:end
:endif
:if:<inventory.countitem(500)>>0 <and> <register.registered(libertypasstonav)>=false
:if:<inventory.countitem(592)>>0 <and> <register.registered(libertypasstonav)>=false
@text.show(Oh, this is a nice pass!*It's a tourist trip to~"Liberty Garden" in Unova.*We can take you~there if you want.)
@register.register(libertypasstonav)
@register.register(specialmap-tixreg)

View File

@ -25548,6 +25548,7 @@
</Content>
<Compile Include="Pokemon\Abilities\Aerilate.vb" />
<Compile Include="Pokemon\Abilities\ParentalBond.vb" />
<Compile Include="Pokemon\Items\KeyItems\LibertyPass.vb" />
<Compile Include="Pokemon\Items\Standard\ExpertBelt.vb" />
<Compile Include="Resources\Blur\BlurHandler.vb" />
<Content Include="Content\Data\Scripts\faraway\mewtwonite_y.dat">

View File

@ -1,6 +1,6 @@
Namespace Items.KeyItems
<Item(500, "Liberty Pass")>
<Item(592, "Liberty Pass")>
Public Class LibertyPass
Inherits KeyItem

Binary file not shown.

Binary file not shown.