fixed a typo with ancestor
This commit is contained in:
parent
952482d645
commit
0234edc3a7
|
@ -71,7 +71,7 @@
|
||||||
If Pokedex.GetEntryType(Core.Player.PokedexData, 151) < 2 Then
|
If Pokedex.GetEntryType(Core.Player.PokedexData, 151) < 2 Then
|
||||||
hasancestor = False
|
hasancestor = False
|
||||||
End If
|
End If
|
||||||
If hasvictorious = True Then
|
If hasancestor = True Then
|
||||||
GameJolt.Emblem.AchieveEmblem("ancestor")
|
GameJolt.Emblem.AchieveEmblem("ancestor")
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue