Include 'lighthouses' as official theme

This commit is contained in:
Pieter Vander Vennet 2024-05-27 18:31:30 +02:00
parent 0d3bce6dc8
commit aaa6707524
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))