Fix perception

This commit is contained in:
Eevee (Evelyn Woods) 2021-01-10 14:44:42 -07:00
parent b4acc74e0a
commit 9efe3d00ef

View File

@ -953,7 +953,7 @@ export const TILESET_LAYOUTS = {
export class DrawPacket { export class DrawPacket {
constructor(tic = 0, perception = 'normal') { constructor(tic = 0, perception = 'normal') {
this.tic = tic; 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 // Draw a tile (or region) from the tileset. The caller is presumed to know where the tile