summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-11-20 11:40:14 +0100
committerMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-11-20 11:40:14 +0100
commit29b4abe3c1b6e99bf60bb25cff24b3783968d1ea (patch)
tree38292a4dac4e3d5f25fddb4515f8612971941874 /rules.js
parent9217632f00c2d141fec36341bdf1479329aed677 (diff)
downloadvotes-for-women-29b4abe3c1b6e99bf60bb25cff24b3783968d1ea.tar.gz
update todos
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js11
1 files changed, 1 insertions, 10 deletions
diff --git a/rules.js b/rules.js
index d2b6eee..974bc42 100644
--- a/rules.js
+++ b/rules.js
@@ -2246,12 +2246,10 @@ states.vm_roll = {
}
},
roll() {
- // TODO effects of persistent cards
game.vm.roll = roll_ndx(game.vm.count, game.vm.d)
},
reroll() {
decrease_player_buttons(1)
- // TODO effects of persistent cards
game.vm.roll = roll_ndx(game.vm.count, game.vm.d, "B", "Re-rolled")
},
done() {
@@ -2273,7 +2271,7 @@ states.vm_select_us_state = {
gen_action_us_state(s)
}
} else {
- // TODO name
+ // TODO show state name
event_prompt(`Selected S${game.vm.selected_us_state}.`)
gen_action("done")
}
@@ -2644,7 +2642,6 @@ CODE[1] = [ // Seneca Falls Convention
CODE[2] = [ // Property Rights for Women
[ vm_persistent, REST_OF_TURN ],
- [ vm_todo ],
[ vm_return ],
]
@@ -2841,7 +2838,6 @@ CODE[32] = [ // Maria de Lopez
CODE[33] = [ // Marie Louise Bottineau Baldwin
[ vm_persistent, REST_OF_TURN ],
- [ vm_todo ],
[ vm_return ],
]
@@ -2897,13 +2893,11 @@ CODE[41] = [ // Voter Registration
CODE[42] = [ // Processions for Suffrage
[ vm_persistent, REST_OF_TURN ],
- [ vm_todo ],
[ vm_return ],
]
CODE[43] = [ // Prison Tour Special
[ vm_persistent, REST_OF_TURN ],
- [ vm_todo ],
[ vm_return ],
]
@@ -3065,7 +3059,6 @@ CODE[67] = [ // Southern “Hospitality”
CODE[68] = [ // Beer Brewers
[ vm_requires_not_persistent, REST_OF_GAME, find_card("Eighteenth Amendment") ],
[ vm_prompt, "For the remainder of the turn, roll :d6 instead of :d4 when taking a Campaigning action." ],
- [ vm_todo ],
[ vm_persistent, REST_OF_TURN ],
[ vm_return ],
]
@@ -3139,7 +3132,6 @@ CODE[80] = [ // “Unwarranted, Unnecessary & Dangerous Interference”
CODE[81] = [ // Conservative Opposition
[ vm_prompt, "For the remainder of the turn, roll :d6 instead of :d4 when taking a Campaigning action." ],
- [ vm_todo ],
[ vm_persistent, REST_OF_TURN ],
[ vm_return ],
]
@@ -3212,7 +3204,6 @@ CODE[91] = [ // The Eden Sphinx
CODE[92] = [ // Big Liquor’s Big Money
[ vm_requires_not_persistent, REST_OF_GAME, find_card("Eighteenth Amendment") ],
[ vm_prompt, "For the remainder of the turn, roll :d6 instead of :d4 when taking a Campaigning action." ],
- [ vm_todo ],
[ vm_persistent, REST_OF_TURN ],
[ vm_return ],
]