summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts2
1 files changed, 1 insertions, 1 deletions
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();
}