diff options
| -rw-r--r-- | chuni/tachi/tachi_to_tachi_pb.js | 3 | ||||
| -rw-r--r-- | chuni/tachi/tachi_to_tachi_session.js | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/chuni/tachi/tachi_to_tachi_pb.js b/chuni/tachi/tachi_to_tachi_pb.js index 50734f0..43355ee 100644 --- a/chuni/tachi/tachi_to_tachi_pb.js +++ b/chuni/tachi/tachi_to_tachi_pb.js @@ -53,6 +53,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"; 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"; |
