diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-21 11:49:44 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-21 11:49:44 +0100 |
commit | d1e152073a923433f887cb892a826f7a61eee2d4 (patch) | |
tree | 26bf8c90c61252f62478c92dd17bcf85ae7ab7e5 | |
parent | e0c8b76816c1b6432739a0f332b888cf779c7a68 (diff) | |
download | votes-for-women-d1e152073a923433f887cb892a826f7a61eee2d4.tar.gz |
remove unused
-rw-r--r-- | rules.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1255,7 +1255,6 @@ function after_campaigning_add_cube(us_state) { states.campaigning_move = { inactive: "do Campaigning.", prompt() { - let die = game.roll[game.campaigning.dice_idx] view.prompt = `Campaigning: Select region to move the Campaigner to.` let current_region = campaigner_region(game.selected_campaigner) |