From fe2bc3961ec3b3164786074b37e36581b81fa68c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 23 Feb 2025 18:37:17 +0100 Subject: New client and client data processing tools. --- rules.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.ts') diff --git a/rules.ts b/rules.ts index cc35bdf..e509a17 100644 --- a/rules.ts +++ b/rules.ts @@ -174,7 +174,7 @@ export function action( ) { game = state; - if (action !== 'undo' && game.state !== 'choose_card' && !game.fascist) { + if (action !== 'undo' && game.state !== 'choose_card') { push_undo(); } -- cgit v1.2.3