mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.5.22 - rendered check and style check
This commit is contained in:
parent
63e66b1678
commit
fd8489b39d
3 changed files with 6 additions and 2 deletions
|
|
@ -195,6 +195,10 @@
|
|||
if (parent === "custom") parent = null;
|
||||
let usedPattern = null, usedTinctures = [];
|
||||
|
||||
// TO-DO
|
||||
// test in FF
|
||||
// stringify COA on save?
|
||||
|
||||
const t1 = P(kinship) ? parent.t1 : getTincture("field");
|
||||
if (t1.includes("-")) usedPattern = t1;
|
||||
const coa = {t1};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue