mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
Hide armor raids when not available
This commit is contained in:
parent
1c1e01bc1a
commit
d6c5c6071d
|
|
@ -1138,6 +1138,7 @@ private void ToggleViewSubEditors(SaveFile sav)
|
|||
B_MailBox.Enabled = sav is SAV2 || sav is SAV3 || sav is SAV4 || sav is SAV5;
|
||||
|
||||
B_Raids.Enabled = sav is SAV8SWSH;
|
||||
B_RaidArmor.Enabled = sav is SAV8SWSH swsh && swsh.MaxSpeciesID >= (int) Species.Zarude;
|
||||
B_Blocks.Enabled = true;
|
||||
|
||||
SL_Extra.SAV = sav;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user