Added Witch functionality.

This commit is contained in:
raeleus 2024-11-11 17:28:38 -08:00
parent 15a99ea8b9
commit 40620d9e99
3 changed files with 59 additions and 31 deletions

View file

@ -1413,7 +1413,7 @@ function doStragedy(command) {
case "medium":
state.stragedyEnemyDeck = ["j", "j", "a", "q", "q", "k", "k", "2", "3", "4", "5", "5", "6", "6", "7", "7", "8", "8", "9", "10"]
break
case "very easy":
case "effortless":
state.stragedyEnemyDeck = ["j", "j", "a", "a", "2", "2", "3", "3", "4", "4", "5", "5", "6", "6", "6", "7", "7", "8", "8", "9"]
case "automatic":
state.stragedyEnemyDeck = ["2", "2", "2", "3", "3", "3", "4", "4", "4", "5", "5", "5", "6", "6", "6", "6", "7", "7", "7", "7"]