diff --git a/modules/ui/emblems-editor.js b/modules/ui/emblems-editor.js index 6a8a945b..f6806449 100644 --- a/modules/ui/emblems-editor.js +++ b/modules/ui/emblems-editor.js @@ -180,7 +180,7 @@ function editEmblem(type, id, el) { function openInArmoria() { const coa = el.coa && el.coa !== "custom" ? el.coa : {t1: "sable"}; const json = JSON.stringify(coa).replaceAll("#", "%23"); - const url = `http://azgaar.github.io/Armoria/?coa=${json}`; + const url = `http://azgaar.github.io/Armoria/?coa=${json}&from=FMG`; openURL(url); }