Include 'lighthouses' as official theme

This commit is contained in:
Pieter Vander Vennet 2024-05-27 18:31:30 +02:00
parent ee0a160b83
commit 28111b8e9a
6 changed files with 263 additions and 0 deletions

View file

@ -246,6 +246,9 @@ export class Unit {
return found
}
if(!Array.isArray(toLoad.denominations)){
throw "toLoad is not an array. Did you forget the [ and ] around the denominations at "+ctx+"?"
}
const denoms = toLoad.denominations
.map((d) => d.toLowerCase())
.map((d) => fetchDenom(d))