fixed a typo with ancestor

This commit is contained in:
FantaX1911 2019-01-23 18:46:44 +02:00
parent 952482d645
commit 0234edc3a7
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
If Pokedex.GetEntryType(Core.Player.PokedexData, 151) < 2 Then
hasancestor = False
End If
If hasvictorious = True Then
If hasancestor = True Then
GameJolt.Emblem.AchieveEmblem("ancestor")
End If