From 965b766ba955b56470ab9fc2c1ee68b420d9a863 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 18 May 2025 20:18:38 -0700 Subject: chuni_tachi_to_tachi: add check for clear lamp --- chuni/tachi/tachi_to_tachi_session.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chuni/tachi/tachi_to_tachi_session.js') diff --git a/chuni/tachi/tachi_to_tachi_session.js b/chuni/tachi/tachi_to_tachi_session.js index 4791efb..e360e8a 100644 --- a/chuni/tachi/tachi_to_tachi_session.js +++ b/chuni/tachi/tachi_to_tachi_session.js @@ -54,6 +54,9 @@ javascript: void (function () { noteLamp = "FULL COMBO"; clearLamp = "CLEAR"; } + if (lamp.includes("CLEAR")) { + clearLamp = "CLEAR"; + } if (lamp.includes("ALL JUSTICE")) { noteLamp = "ALL JUSTICE"; clearLamp = "CLEAR"; -- cgit v1.2.3