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.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 46a9176..25d80b0 100644 --- a/rules.js +++ b/rules.js @@ -80,7 +80,7 @@ function gen_spend_hero_points() { } function action(state, player, action, arg) { game = state; - if (action !== 'undo' && game.state !== 'choose_card' && !game.fascist) { + if (action !== 'undo' && game.state !== 'choose_card') { push_undo(); } let S = states[game.state]; -- cgit v1.2.3