@@ -469,9 +469,9 @@ local dst local bonus = math.floor(ctx.stats.power or 1) if div.mode == 'any' then - local lst = sorcery.lib.tbl.cshuf(div.give) + local lst = sorcery.lib.tbl.scramble(div.give) dst = function(i) return lst[i] end elseif div.mode == 'random' then dst = function() return tblroll(bonus,div.give) end elseif div.mode == 'set' then