aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/onEnter.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/dom/onEnter.ts')
-rw-r--r--webAO/dom/onEnter.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/dom/onEnter.ts b/webAO/dom/onEnter.ts
index 4948783..65bfa37 100644
--- a/webAO/dom/onEnter.ts
+++ b/webAO/dom/onEnter.ts
@@ -9,7 +9,7 @@ export function onEnter(event: KeyboardEvent) {
if (event.keyCode === 13) {
const mychar = client.character;
const myemo = client.emote;
- const evi = client.evidence;
+ const evi = client.evidence + 1;
const flip = Boolean(
document.getElementById("button_flip")!.classList.contains("dark")
);