계략 버그 수정
This commit is contained in:
@@ -175,7 +175,7 @@ function process_32(&$general) {
|
|||||||
$destGenScore,
|
$destGenScore,
|
||||||
$destCityScore,
|
$destCityScore,
|
||||||
$destSupplyScore
|
$destSupplyScore
|
||||||
] = calcSabotageDefendScore($statType, $destCity, $generalList, $destNation);
|
] = calcSabotageDefendScore($statType, $generalList, $destCity, $destNation);
|
||||||
|
|
||||||
$sabotageProb = (
|
$sabotageProb = (
|
||||||
GameConst::$sabotageDefaultProb
|
GameConst::$sabotageDefaultProb
|
||||||
@@ -310,7 +310,7 @@ function process_33(&$general) {
|
|||||||
$destGenScore,
|
$destGenScore,
|
||||||
$destCityScore,
|
$destCityScore,
|
||||||
$destSupplyScore
|
$destSupplyScore
|
||||||
] = calcSabotageDefendScore($statType, $destCity, $generalList, $destNation);
|
] = calcSabotageDefendScore($statType, $generalList, $destCity, $destNation);
|
||||||
|
|
||||||
$sabotageProb = (
|
$sabotageProb = (
|
||||||
GameConst::$sabotageDefaultProb
|
GameConst::$sabotageDefaultProb
|
||||||
@@ -477,7 +477,7 @@ function process_34(&$general) {
|
|||||||
$destGenScore,
|
$destGenScore,
|
||||||
$destCityScore,
|
$destCityScore,
|
||||||
$destSupplyScore
|
$destSupplyScore
|
||||||
] = calcSabotageDefendScore($statType, $destCity, $generalList, $destNation);
|
] = calcSabotageDefendScore($statType, $generalList, $destCity, $destNation);
|
||||||
|
|
||||||
$sabotageProb = (
|
$sabotageProb = (
|
||||||
GameConst::$sabotageDefaultProb
|
GameConst::$sabotageDefaultProb
|
||||||
@@ -612,7 +612,7 @@ function process_35(&$general) {
|
|||||||
$destGenScore,
|
$destGenScore,
|
||||||
$destCityScore,
|
$destCityScore,
|
||||||
$destSupplyScore
|
$destSupplyScore
|
||||||
] = calcSabotageDefendScore($statType, $destCity, $generalList, $destNation);
|
] = calcSabotageDefendScore($statType, $generalList, $destCity, $destNation);
|
||||||
|
|
||||||
$sabotageProb = (
|
$sabotageProb = (
|
||||||
GameConst::$sabotageDefaultProb
|
GameConst::$sabotageDefaultProb
|
||||||
|
|||||||
Reference in New Issue
Block a user