From 1a9b5288404a7ed37eb31596431363a0b64776be Mon Sep 17 00:00:00 2001 From: Jeff Clement Date: Sat, 25 Feb 2023 19:49:06 -0700 Subject: [PATCH] less sleep --- neko.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neko.js b/neko.js index 8132cbd..f4b7500 100644 --- a/neko.js +++ b/neko.js @@ -67,7 +67,7 @@ const stateMachine = { nextState: [ "normal", "normal", "normal", "normal", "normal", "normal", "itch", "nscratch", "escratch", "sscratch", "wscratch", - "yawn", "yawn", "yawn", + "yawn", "yawn", ], nextStateDelay: 1, },