shawenguan 1 년 전
부모
커밋
bba5ebe27d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Scripts/168/pksPlanHelper.js

+ 1 - 1
Scripts/168/pksPlanHelper.js

@@ -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) {
 				times = 2;
 			}