From f1ae3e84a4f3ff90e1bb61ac9131d04e9e11f34a Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Thu, 12 Nov 2020 09:19:21 -0800 Subject: Update library.js --- desktop/sources/scripts/core/library.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/sources/scripts/core/library.js b/desktop/sources/scripts/core/library.js index 3136c1d..6f71736 100644 --- a/desktop/sources/scripts/core/library.js +++ b/desktop/sources/scripts/core/library.js @@ -169,7 +169,7 @@ library.j = function OperatorJ (orca, x, y, passive) { this.info = 'Outputs northward operand' this.operation = function (force = false) { - const val = this.listen({ x: 0, y: -1, output: true }) + const val = this.listen({ x: 0, y: -1 }) if (val != this.glyph) { let i = 0 while (orca.inBounds(this.x, this.y + i)) { -- cgit v1.2.3