summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-02-23 18:37:17 +0100
committerTor Andersson <tor@ccxvii.net>2025-03-08 16:32:19 +0100
commitfe2bc3961ec3b3164786074b37e36581b81fa68c (patch)
treebfc80bc4fb161e83f290da6294f0bffe9116500b /rules.js
parenta4c2b8458d1059c373c4a714bce0b5f68a3ce20f (diff)
downloadland-and-freedom-fe2bc3961ec3b3164786074b37e36581b81fa68c.tar.gz
New client and client data processing tools.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
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];