From 92b23492d729ed3482b9fb4083e4859ee68af609 Mon Sep 17 00:00:00 2001 From: felixs-alt <114471609+felixs-alt@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:49:57 +0200 Subject: [PATCH] Update flipflop.js --- mods/flipflop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/flipflop.js b/mods/flipflop.js index c00dc367..b9e29ae1 100644 --- a/mods/flipflop.js +++ b/mods/flipflop.js @@ -10,7 +10,7 @@ elements.flipflop = { doBurning(pixel) doElectricity(pixel) - let Powerstate = pixel.powerst + let Powerstate = pixel.powerstate let Output = pixelMap[pixel.x+1][pixel.y] let Input = pixelMap[pixel.x-1][pixel.y] console.log(typeof Output)