fix: 가오픈 명령과 GAME WALL 시간 경계 회귀 수정
This commit is contained in:
@@ -169,6 +169,7 @@ const buildImmediateActionWorld = (options: {
|
||||
currentMonth: 1,
|
||||
tickSeconds: 600,
|
||||
lastTurnTime: options.lastTurnTime ?? new Date('0180-01-01T00:00:00Z'),
|
||||
lastTurnTick: options.lastTurnTime && options.lastTurnTime > new Date('0180-02-01T00:00:00Z') ? 36_000_000 : 0,
|
||||
meta: {
|
||||
hiddenSeed: 'immediate-action-test',
|
||||
killturn: 24,
|
||||
|
||||
Reference in New Issue
Block a user