fix(regenerate burgs): tooltip to make clear that burgs require culture

This commit is contained in:
Azgaar 2022-06-01 22:26:38 +03:00
parent d602b0793c
commit 7eef4ea162
2 changed files with 7 additions and 2 deletions

View file

@ -1706,7 +1706,12 @@
States
</button>
<button id="regenerateProvinces" data-tip="Click to regenerate provinces. States will remain as they are">Provinces</button>
<button id="regenerateBurgs" data-tip="Click to regenerate all unlocked burgs and routes. States will remain as they are">Burgs</button>
<button
id="regenerateBurgs"
data-tip="Click to regenerate all unlocked burgs and routes. States will remain as they are. Note: burgs are only generated in populated areas with culture assigned"
>
Burgs
</button>
<button id="regenerateEmblems" data-tip="Click to regenerate all emblems">Emblems</button>
<button id="regenerateReligions" data-tip="Click to regenerate religions">Religions</button>
<button id="regenerateCultures" data-tip="Click to regenerate cultures">Cultures</button>

View file

@ -1,7 +1,7 @@
"use strict";
// version and caching control
const version = "1.84.03"; // generator version, update each time
const version = "1.84.04"; // generator version, update each time
{
document.title += " v" + version;