test: project nation receive-assist state
This commit is contained in:
@@ -206,12 +206,15 @@ function comparisonApplyTurnFixtureSetup(mixed $setup): void
|
||||
'aux' => '{}',
|
||||
];
|
||||
$db->insertUpdate('nation', $data, $data);
|
||||
$nationStor = KVStorage::getStorage($db, $row['id'], 'nation_env');
|
||||
if (($setup['isolateWorld'] ?? false) === true) {
|
||||
$nationStor->deleteValue('recv_assist');
|
||||
}
|
||||
if (array_key_exists('turnLastByOfficerLevel', $row)) {
|
||||
$turnLastByOfficerLevel = $row['turnLastByOfficerLevel'];
|
||||
if (!is_array($turnLastByOfficerLevel)) {
|
||||
throw new \InvalidArgumentException('setup.nations.turnLastByOfficerLevel must be an object');
|
||||
}
|
||||
$nationStor = KVStorage::getStorage($db, $row['id'], 'nation_env');
|
||||
foreach ($turnLastByOfficerLevel as $officerLevel => $lastTurn) {
|
||||
$officerLevel = filter_var($officerLevel, FILTER_VALIDATE_INT);
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user