From 29b4abe3c1b6e99bf60bb25cff24b3783968d1ea Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:40:14 +0100 Subject: update todos --- events.txt | 7 ------- rules.js | 11 +---------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/events.txt b/events.txt index d08e439..71d96ca 100644 --- a/events.txt +++ b/events.txt @@ -10,7 +10,6 @@ CARD 1 - Seneca Falls Convention CARD 2 - Property Rights for Women # For the remainder of the turn, roll :d6 instead of :d4 when taking a Campaigning action. persistent REST_OF_TURN - todo CARD 3 - Frances Willard # Add 1 :congressional_marker in Congress and receive 2 :button. @@ -177,7 +176,6 @@ CARD 32 - Maria de Lopez CARD 33 - Marie Louise Bottineau Baldwin # For the remainder of the turn, roll :d6 instead of :d4 when taking a Campaigning action. persistent REST_OF_TURN - todo CARD 34 - The West’s Awakening # Add 2 :purple_or_yellow_cube in each state in the West region. @@ -224,12 +222,10 @@ CARD 41 - Voter Registration CARD 42 - Processions for Suffrage # For the remainder of the turn, roll :d8 instead of :d6 when taking a Lobbying action. For each 6, 7 or 8 rolled, add 1 :congressional_marker in Congress. persistent REST_OF_TURN - todo CARD 43 - Prison Tour Special # For the remainder of the turn, roll :d6 instead of :d4 when taking a Campaigning action. persistent REST_OF_TURN - todo CARD 44 - Victory Map # Add 1 :purple_or_yellow_cube in each state in the West and Plains regions. Add 1 :purple_or_yellow_cube in each of Texas, Arkansas, Illinois, Michigan, New York and Vermont. @@ -368,7 +364,6 @@ CARD 68 - Beer Brewers # Playable if *Eighteenth Amendment* is not in effect. For the remainder of the turn, roll :d6 instead of :d4 when taking a Campaigning action. requires_not_persistent REST_OF_GAME find_card("Eighteenth Amendment") prompt "For the remainder of the turn, roll :d6 instead of :d4 when taking a Campaigning action." - todo persistent REST_OF_TURN CARD 69 - Southern Resentment @@ -429,7 +424,6 @@ CARD 80 - “Unwarranted, Unnecessary & Dangerous Interference” CARD 81 - Conservative Opposition # For the remainder of the turn, roll :d6 instead of :d4 when taking a Campaigning action. prompt "For the remainder of the turn, roll :d6 instead of :d4 when taking a Campaigning action." - todo persistent REST_OF_TURN CARD 82 - The SSWSC @@ -491,7 +485,6 @@ CARD 92 - Big Liquor’s Big Money # Playable if *Eighteenth Amendment* is not in effect. For the remainder of the turn, roll :d6 instead of :d4 when taking a Campaigning action. requires_not_persistent REST_OF_GAME find_card("Eighteenth Amendment") prompt "For the remainder of the turn, roll :d6 instead of :d4 when taking a Campaigning action." - todo persistent REST_OF_TURN CARD 93 - Red Scare 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 ], ] -- cgit v1.2.3