mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
Fixed LibertyPass
This commit is contained in:
parent
182310e1b7
commit
66556b2484
@ -10,5 +10,5 @@ version=2
|
|||||||
@level.wait(15)
|
@level.wait(15)
|
||||||
@screen.fadein
|
@screen.fadein
|
||||||
@text.show(He left something behind.*It's a boat pass!)
|
@text.show(He left something behind.*It's a boat pass!)
|
||||||
@item.messagegive(500,1)
|
@item.messagegive(592,1)
|
||||||
:end
|
:end
|
@ -39,7 +39,7 @@ version=2
|
|||||||
:end
|
:end
|
||||||
:endif
|
: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.)
|
@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(libertypasstonav)
|
||||||
@register.register(specialmap-tixreg)
|
@register.register(specialmap-tixreg)
|
||||||
|
@ -25548,6 +25548,7 @@
|
|||||||
</Content>
|
</Content>
|
||||||
<Compile Include="Pokemon\Abilities\Aerilate.vb" />
|
<Compile Include="Pokemon\Abilities\Aerilate.vb" />
|
||||||
<Compile Include="Pokemon\Abilities\ParentalBond.vb" />
|
<Compile Include="Pokemon\Abilities\ParentalBond.vb" />
|
||||||
|
<Compile Include="Pokemon\Items\KeyItems\LibertyPass.vb" />
|
||||||
<Compile Include="Pokemon\Items\Standard\ExpertBelt.vb" />
|
<Compile Include="Pokemon\Items\Standard\ExpertBelt.vb" />
|
||||||
<Compile Include="Resources\Blur\BlurHandler.vb" />
|
<Compile Include="Resources\Blur\BlurHandler.vb" />
|
||||||
<Content Include="Content\Data\Scripts\faraway\mewtwonite_y.dat">
|
<Content Include="Content\Data\Scripts\faraway\mewtwonite_y.dat">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Namespace Items.KeyItems
|
Namespace Items.KeyItems
|
||||||
|
|
||||||
<Item(500, "Liberty Pass")>
|
<Item(592, "Liberty Pass")>
|
||||||
Public Class LibertyPass
|
Public Class LibertyPass
|
||||||
|
|
||||||
Inherits KeyItem
|
Inherits KeyItem
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user