diff options
Diffstat (limited to 'chuni/tachi/tachi_to_tachi_pb.js')
| -rw-r--r-- | chuni/tachi/tachi_to_tachi_pb.js | 3 |
1 files changed, 3 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"; |
