summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-05-25 13:22:33 +0200
committerRaindropsSys <contact@minteck.org>2023-05-25 13:22:33 +0200
commited1f20d62510e56831a708798d6b8d981a4e8a27 (patch)
tree42181e549c518cd2195c7388046f6af4a54c5679
parent3f9157662323726c5aeafc4df1ce8347ec89c9e4 (diff)
downloadbutterscotch-ed1f20d62510e56831a708798d6b8d981a4e8a27.tar.gz
butterscotch-ed1f20d62510e56831a708798d6b8d981a4e8a27.tar.bz2
butterscotch-ed1f20d62510e56831a708798d6b8d981a4e8a27.zip
Updated matrix.js (automated)
-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;
}