Update flipflop.js

This commit is contained in:
felixs-alt 2023-09-26 14:22:44 +02:00 committed by GitHub
parent ba4cc95089
commit 5907760332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
elements.flipflop = { elements.flipflop = {
properties: { properties: {
powerstate: "false", powerstate: "false",
cooldown: "0" cooldown: "0",
}, },
if (pixel.cooldown > 0)
name: "Flip Flop", name: "Flip Flop",
color: "#CF300D", color: "#CF300D",
state: "solid", state: "solid",