mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
fix
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user