added some sanity checks in comments

This commit is contained in:
Zoltan 2019-11-12 10:58:11 -08:00
parent fe51098b16
commit 8aca16dd5a

View file

@ -347,9 +347,10 @@ function applyDefaultBiomesSystem() {
//it is occasionally useful to have the "ID" be in the object
pack.biomes.forEach((e, i) => {e.id = i;});
const MARINE = 0;
const PERMAFROST = 11;
const WETLANDS = 12;
// For sanity
// console.assert(pack.biomes[0].name == "Marine");
// console.assert(pack.biomes[11].name == "Glacier");
// console.assert(pack.biomes[12].name == "Wetland");
pack.biomesMartix = [
// hot ↔ cold; dry ↕ wet