feat: 병종 검사에서 $nation['aux']를 정식 입력

This commit is contained in:
2025-01-22 16:54:27 +00:00
parent e60150705e
commit dc476e73a1
4 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ class GameUnitDetail implements iAction
return $defaultWar;
}
public function isValid(General $general, $ownCities, $ownRegions, $relativeYear, $tech, $nationAux = [])
public function isValid(General $general, $ownCities, $ownRegions, $relativeYear, $tech, $nationAux)
{
//음수 없음
$relativeYear = max(0, $relativeYear);