diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |