This commit is contained in:
Azgaar 2020-04-04 01:57:09 +03:00
parent 22f263cac9
commit 997456a37d
2 changed files with 2 additions and 2 deletions

View file

@ -269,7 +269,7 @@ function editProvinces() {
states[0].diplomacy.push([`Independance declaration`, `${name} declared its independance from ${states[oldState].name}`]);
// create new state
states.push({i:newState, name, diplomacy, provinces:[], color, expansionism:.5, capital:burg, type:"Generic", center, culture, military:[]});
states.push({i:newState, name, diplomacy, provinces:[], color, expansionism:.5, capital:burg, type:"Generic", center, culture, military:[], alert:1});
BurgsAndStates.collectStatistics();
BurgsAndStates.defineStateForms([newState]);