diff options
Diffstat (limited to 'webAO/dom/guilty.ts')
| -rw-r--r-- | webAO/dom/guilty.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/webAO/dom/guilty.ts b/webAO/dom/guilty.ts new file mode 100644 index 0000000..f7fa5b8 --- /dev/null +++ b/webAO/dom/guilty.ts @@ -0,0 +1,9 @@ +import { client } from "../client"; + +/** + * Declare the defendant not guilty + */ +export function guilty() { + client.sendRT("judgeruling#1"); +} +window.guilty = guilty;
\ No newline at end of file |
