From 9efe3d00ef6fbe51bd958614c0e1828a452aec36 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Sun, 10 Jan 2021 14:44:42 -0700 Subject: [PATCH] Fix perception --- js/tileset.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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