This commit is contained in:
Azgaar 2020-03-31 23:16:22 +03:00
parent 498ab097f9
commit 24e7b2d107
4 changed files with 27 additions and 6 deletions

View file

@ -156,6 +156,7 @@ function overviewRegiments(state) {
const reg = {a:0, cell, i, n, u:{}, x, y, bx:x, by:y, icon:"🛡️"};
reg.name = Military.getName(reg, military);
military.push(reg);
Military.generateNote(reg, pack.states[state]); // add legend
Military.drawRegiment(reg, state);
toggleAdd();
}