mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
salesTax to depend on state form
This commit is contained in:
parent
0d7a509980
commit
30c6c09cee
3 changed files with 6 additions and 6 deletions
|
|
@ -91,7 +91,6 @@ window.BurgsAndStates = (function () {
|
|||
const basename = b.name.length < 9 && each5th(b.cell) ? b.name : Names.getCultureShort(b.culture);
|
||||
const name = Names.getState(basename, b.culture);
|
||||
const type = cultures[b.culture].type;
|
||||
const salesTax = rn(Math.random() * 0.3, 2);
|
||||
|
||||
const coa = COA.generate(null, null, null, type);
|
||||
coa.shield = COA.getShield(b.culture, null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue