Minor fix
This commit is contained in:
parent
632e331a59
commit
b68702ab53
|
@ -47,8 +47,8 @@ version=2
|
|||
|
||||
@register.register(spiky)
|
||||
@pokemon.cry(172)
|
||||
@pokemon.add(172_spiky-eared,50,Obtained at,5,Ilex Forest)
|
||||
|
||||
@pokemon.add(172,50,Obtained at,5,Ilex Forest)
|
||||
@pokemon.setadditionalvalue(<pokemon.count>-1,spiky-eared)
|
||||
@pokemon.setshiny(<pokemon.count>-1,0)
|
||||
@pokemon.setgender(<pokemon.count>-1,1)
|
||||
@pokemon.clearattacks(<pokemon.count>-1)
|
||||
|
@ -56,6 +56,7 @@ version=2
|
|||
@pokemon.addattack(<pokemon.count>-1,207)
|
||||
@pokemon.addattack(<pokemon.count>-1,344)
|
||||
@pokemon.addattack(<pokemon.count>-1,220)
|
||||
@pokemon.reloadall
|
||||
@sound.play(success_small)
|
||||
@text.show(Spiky-Eared Pichu has~joined your party!)
|
||||
@pokemon.rename(last)
|
||||
|
|
|
@ -25628,6 +25628,9 @@
|
|||
<None Include="Content\Data\maps\liberty\room.dat">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Content\Data\Scripts\ilex\spiky.dat">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Content\Data\Scripts\kolben\botoff.dat">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
@ -25640,6 +25643,9 @@
|
|||
<None Include="Content\Data\Scripts\kolben\omega.dat">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Content\Data\Scripts\kolben\omega2.dat">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Content\Data\Scripts\kolben\segis.dat">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue