mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
regenerate bugs fixing
This commit is contained in:
parent
c830bf31ba
commit
b7bcf96a25
3 changed files with 71 additions and 64 deletions
|
|
@ -240,10 +240,10 @@ function religionsEditorAddLines() {
|
|||
${getExtentOptions(r.expansion)}
|
||||
</select>`
|
||||
}
|
||||
<span data-tip="Religion expansionism. Defines competitive size" class="icon-resize-full ${r.type === "Folk" ? "placeholder "}hide"></span>
|
||||
<span data-tip="Religion expansionism. Defines competitive size" class="icon-resize-full ${r.type === "Folk" ? "placeholder " : ""}hide"></span>
|
||||
<input
|
||||
data-tip="Religion expansionism. Defines competitive size. Click to change, then click Recalculate to apply change"
|
||||
class="religionExpan ${r.type === "Folk" ? "placeholder "}hide"
|
||||
class="religionExpan ${r.type === "Folk" ? "placeholder " : ""}hide"
|
||||
type="number"
|
||||
min="0"
|
||||
max="99"
|
||||
|
|
@ -254,7 +254,7 @@ function religionsEditorAddLines() {
|
|||
data-tip="Lock religion, will regenerate the origin folk and organized religion if they are not also locked"
|
||||
class="icon-lock${r.lock ? '' : '-open'} hide"
|
||||
></span>
|
||||
<span data-tip="Remove religion" class="icon-trash-empty ${r.type === "Folk" ? "placeholder "}hide"></span>
|
||||
<span data-tip="Remove religion" class="icon-trash-empty ${r.type === "Folk" ? "placeholder " : ""}hide"></span>
|
||||
</div>`;
|
||||
}
|
||||
$body.innerHTML = lines;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue