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
|
||||
hasancestor = False
|
||||
End If
|
||||
If hasvictorious = True Then
|
||||
If hasancestor = True Then
|
||||
GameJolt.Emblem.AchieveEmblem("ancestor")
|
||||
End If
|
||||
|
||||
|
|
Loading…
Reference in New Issue