You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
controls.showAllLabel=new("LabelControl", {"RIGHT",controls.sortMonsterCheckboxShowAll,"LEFT"}, {-5, 0, 0, 16}, "Show All Spectres:")
1566
+
controls.sortMonsterCheckboxShowAll=new("CheckBoxControl", {"TOPLEFT", controls.source, "BOTTOMLEFT"}, {184, 2, 26, 26}, "", monsterTypeCheckboxChange("recommendedList"), "By default only recommended Spectres are shown.\nEnable this box to show all Spectres.", false)
1567
+
controls.sortMonsterCheckboxFilterCorpse=new("CheckBoxControl", {"TOPLEFT", controls.source, "BOTTOMLEFT"}, {89, 2, 26, 26}, "", monsterTypeCheckboxChange("corpseList"), "Hide Spectres found in Acts or Maps and only show\nItemised Corpses obtainable through trade or Rituals.", false)
0 commit comments