fix: 단일 잔존 국가 임관 금지를 연결한다
마지막 도시 점령으로 국가가 삭제되면 destroy_nation 시나리오 이벤트를 같은 턴 경계에서 실행한다. Ref와 같이 잔존국 scout를 금지로 바꾸고 일회성 이벤트를 삭제하되 정책 변경 잠금은 설정하지 않는다.
This commit is contained in:
@@ -778,6 +778,7 @@ const createTurnDaemonRuntimeWithLease = async (
|
||||
const stateStore = new InMemoryTurnStateStore(world);
|
||||
let fastForwardPreparedMonth = '';
|
||||
const processor = new InMemoryTurnProcessor(world, {
|
||||
dispatchScenarioEvent: (targetCode, context) => monthlyEventHandler.dispatchTarget(targetCode, context),
|
||||
beforeExecuteGeneral: reservedTurnStoreHandle
|
||||
? async (general) => {
|
||||
if (options.exclusiveFastForward) {
|
||||
|
||||
Reference in New Issue
Block a user