diff --git a/src/js/game/map.js b/src/js/game/map.js index 67df7db3..8edff48b 100644 --- a/src/js/game/map.js +++ b/src/js/game/map.js @@ -15,6 +15,7 @@ export class BaseMap extends BasicSerializableObject { static getSchema() { return { seed: types.uint, + allowNonPrimaryColors: types.bool, }; } @@ -27,6 +28,7 @@ export class BaseMap extends BasicSerializableObject { this.root = root; this.seed = 0; + this.allowNonPrimaryColors = false; /** * Mapping of 'X|Y' to chunk