diff --git a/hwe/b_myPage.php b/hwe/b_myPage.php
index 923ba986..e34d6aa9 100644
--- a/hwe/b_myPage.php
+++ b/hwe/b_myPage.php
@@ -37,7 +37,8 @@ $lastRefresh = $db->queryFirstField(
'SELECT %b FROM %b WHERE %b = %i',
GeneralAccessLogColumn::lastRefresh->value,
TableName::generalAccessLog->value,
- GeneralAccessLogColumn::generalID->value, $generalID
+ GeneralAccessLogColumn::generalID->value,
+ $generalID
);
$targetTime = addTurn($lastRefresh, $gameStor->turnterm, GameConst::$minTurnDieOnPrestart);
@@ -50,13 +51,19 @@ if ($gameStor->turntime <= $gameStor->opentime) {
}
}
- if($me->getNationID() == 0){
+ if ($me->getNationID() == 0) {
$showBuildNationCandidateBtn = true;
}
}
$use_treatment = $me->getAuxVar('use_treatment') ?? 10;
$use_auto_nation_turn = $me->getAuxVar('use_auto_nation_turn') ?? 1;
+
+$changeDefence999Train = -3;
+$changeDefence999Atmos = -6;
+$changeDefence999Train = $me->onCalcDomestic('changeDefenceTrain', "train999", $changeDefence999Train);
+$changeDefence999Atmos = $me->onCalcDomestic('changeDefenceTrain', "atmos999", $changeDefence999Atmos);
+
?>
@@ -128,7 +135,10 @@ $use_auto_nation_turn = $me->getAuxVar('use_auto_nation_turn') ?? 1;
-
+
】
id='set_my_setting' name=btn style=background-color:= GameConst::$basecolor2 ?>;color:white;width:160px;height:30px;font-size:14px; value=설정저장>
@@ -183,7 +193,7 @@ $use_auto_nation_turn = $me->getAuxVar('use_auto_nation_turn') ?? 1;