This commit is contained in:
Kyle
2019-11-29 11:19:29 -08:00
parent cf1e8fe0a3
commit 8b0611b6f8
6 changed files with 652 additions and 412 deletions

View File

@@ -35,7 +35,7 @@ var setCodeListSpecialOnly = ['MPS_KLD', 'MPS_AKH']
//Only Rare / Mythic
var setCodeListRareMythicOnly = ['SS2']
randomSet(false)
// randomSet(false)
function randomSet(updateHTML = true) {
var totalSetCount = setCodeListPreMythic.length + setCodeListPostMythic.length + setCodeListRareOnly.length + setCodeListMythicOnly.length + setCodeListSpecialOnly.length + setCodeListRareMythicOnly.length
var setIndex = Math.floor(Math.random() * (totalSetCount - 1))