game: 피장파장에 추가되었던 글로벌 전략 1턴 제거

This commit is contained in:
2022-09-24 20:57:44 +09:00
parent 2c81be4d12
commit c592b00c3f
@@ -227,10 +227,6 @@ class che_피장파장 extends Command\NationCommand
$logger->pushNationalHistoryLog("<Y>{$generalName}</>{$josaYi} <D><b>{$destNationName}</b></>에 <G><b>{$cmd->getName()}</b></> <M>{$commandName}</>{$josaUl} 발동");
$db->update('nation', [
'strategic_cmd_limit' => $this->generalObj->onCalcStrategic($this->getName(), 'globalDelay', 1)
], 'nation=%i', $nationID);
$nationStor = KVStorage::getStorage($db, $nationID, 'nation_env');
$destNationStor = KVStorage::getStorage($db, $destNationID, 'nation_env');