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
console.log("You can use champion tokens to improve your mastery level. You might want one for level 6 and one for 7.");
125
125
constdisenchantLv5=awaitaskYesNo("Should we disenchant champion shards when you're mastery level 5 on the champion?");
126
+
constkeepTwoShards=disenchantLv5==false ? awaitaskYesNo("Do you want to keep two shards in this case? You would have one for level 6 as well.") : false;
126
127
constdisenchantLv6=awaitaskYesNo("Should we disenchant champion shards when you're mastery level 6 on the champion?");
127
128
constdisenchantUnowned=awaitaskYesNo("Should we disenchant champion shards of champs you don't own?");
0 commit comments