Skip to content
Snippets Groups Projects
Commit d291f629 authored by Stephen D's avatar Stephen D
Browse files

moar letters

parent dcaa6014
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,16 @@ function tick() {
latencyScan.innerText = `Scan latency: ${delta}ms`;
// Left
if (code.data.includes("OP3%S") || code.data.includes("OP9OS")) {
if (
code.data.includes("OP3%S") ||
code.data.includes("OP9OS") ||
code.data.includes("OOP8S") ||
core.data.includes("OOI3S") ||
core.data.includes("OP9+S") ||
core.data.includes("OP8$S") ||
core.data.includes("OP8$S") ||
core.data.includes("OP98S")
) {
qr.left = true;
}
......@@ -240,7 +249,7 @@ function tick() {
code.data.includes("OOD S") ||
code.data.includes("OPGTS") ||
code.data.includes("OO PS") ||
code.data.includes("OOP8S")
core.data.includes("OOYJS")
) {
qr.right = true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment