mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ public sealed record EncounterMight9
|
|||
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 a new issue