@@ -960,8 +960,8 @@ function getLuckyRandCostTimes(turnOneCost) {
times = 2;
}
} else {
+ let rv = Math.random();
if (nIssue == 5) {
- let rv = Math.random();
if (rv > 0.5) {