Copy all visible military units from the old map.

This commit is contained in:
GoteGuru 2022-03-31 00:31:28 +00:00
parent 9b618544e6
commit 385fdca868
4 changed files with 40 additions and 36 deletions

View file

@ -22,10 +22,10 @@ const generateSubmap = debounce(async function () {
const checked = id => Boolean(document.getElementById(id).checked)
const options = {
copyBurgs: checked("submapCopyBurgs"),
copyMilitary: checked("submapCopyMilitary"),
copyMarkers: checked("submapCopyMarkers"),
copyZones: checked("submapCopyZones"),
copyZones: checked("submapCopyRivers"),
copyZones: checked("submapCopyRoads"),
depressRivers: checked("submapDepressRivers"),
addLakesInDepressions: checked("submapAddLakeInDepression"),