diff --git a/js/tileset.js b/js/tileset.js index 9731863..73d4ffb 100644 --- a/js/tileset.js +++ b/js/tileset.js @@ -953,7 +953,7 @@ export const TILESET_LAYOUTS = { export class DrawPacket { constructor(tic = 0, perception = 'normal') { this.tic = tic; - this.perception = 'normal'; + this.perception = perception; } // Draw a tile (or region) from the tileset. The caller is presumed to know where the tile