mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-31 20:47:23 +02:00
Update src/modules/military-generator.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
1fbf78f09d
commit
020c454380
1 changed files with 0 additions and 1 deletions
|
|
@ -487,7 +487,6 @@ class MilitaryModule {
|
||||||
// remove all existing regiment notes before regenerating
|
// remove all existing regiment notes before regenerating
|
||||||
for (let i = notes.length - 1; i >= 0; i--) {
|
for (let i = notes.length - 1; i >= 0; i--) {
|
||||||
if (notes[i].id.startsWith("regiment")) notes.splice(i, 1);
|
if (notes[i].id.startsWith("regiment")) notes.splice(i, 1);
|
||||||
}
|
|
||||||
|
|
||||||
// get regiments for each state
|
// get regiments for each state
|
||||||
valid.forEach((s) => {
|
valid.forEach((s) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue