v1.5.33 - emblem shape change takes immediate effect

This commit is contained in:
Azgaar 2021-02-14 23:14:23 +03:00
parent 67ec838160
commit 380e0babb2
5 changed files with 125 additions and 89 deletions

View file

@ -1051,6 +1051,6 @@
if (layerIsOn("toggleEmblems")) trigger(id, coa);
}
return {trigger, add};
return {trigger, add, shieldPaths};
})));