aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webAO/client.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 505b165..8c423cf 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -2323,6 +2323,22 @@ export function initCE() {
window.initCE = initCE;
/**
+ * Declare the defendant not guilty
+ */
+export function notguilty() {
+ client.sendRT("judgeruling#0");
+}
+window.notguilty = notguilty;
+
+/**
+ * Declare the defendant not guilty
+ */
+export function guilty() {
+ client.sendRT("judgeruling#1");
+}
+window.guilty = guilty;
+
+/**
* Increment defense health point.
*/
export function addHPD() {