Fixed LibertyPass
This commit is contained in:
parent
182310e1b7
commit
66556b2484
|
@ -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
|
|
@ -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)
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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.
Loading…
Reference in New Issue