summaryrefslogtreecommitdiff
path: root/matrix.js
diff options
context:
space:
mode:
Diffstat (limited to 'matrix.js')
-rw-r--r--matrix.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/matrix.js b/matrix.js
index cd73de4..8dea476 100644
--- a/matrix.js
+++ b/matrix.js
@@ -105,6 +105,10 @@ function startMatrix() {
score['score'] += 5 * worth;
}
+ if (text.includes("neigh")) {
+ score['score'] += 5 * worth;
+ }
+
if (text.includes("-c-")) {
score['score'] += 5 * worth;
}