mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 08:10:48 -05:00
Auto-affix might mark for 7star enc->pkm
Missed this encounter type when changing the behaviors for others (see 5316ad6b37 )
This commit is contained in:
parent
d25fab0e87
commit
9d83ce1855
|
|
@ -273,6 +273,7 @@ public PK9 ConvertToPKM(ITrainerInfo tr, EncounterCriteria criteria)
|
|||
Nickname = SpeciesName.GetSpeciesNameGeneration(Species, lang, Generation),
|
||||
Obedience_Level = LevelMin,
|
||||
RibbonMarkMightiest = true,
|
||||
AffixedRibbon = (sbyte)RibbonIndex.MarkMightiest,
|
||||
OT_Name = tr.OT,
|
||||
OT_Gender = tr.Gender,
|
||||
ID32 = tr.ID32,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user