diff --git a/script.lua b/script.lua index 22f849fb8..e517b7fae 100644 --- a/script.lua +++ b/script.lua @@ -1850,6 +1850,8 @@ function getPlaytestCount(params) return math.max(1, math.floor(count / 3)) elseif playtestPowers == 2 then return math.max(1, math.floor(count / 2)) + else + return 0 end end function SetupPlaytestPowerDeck(deck, name, option, callback)