Skip to content

Commit

Permalink
Fix midwinter gala conclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
arkhamcards committed Sep 8, 2024
1 parent b650f65 commit 3ece7df
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions campaigns/side/the_midwinter_gala.json
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@
{
"type": "campaign_log",
"section": "hidden",
"id": "tmg_tally_score",
"id": "tmg_calculate_score",
"text": "dummy"
}
]
Expand All @@ -910,14 +910,14 @@
}
},
{
"id": "check_tmg_tally_score",
"id": "check_tmg_score_tally",
"hidden": true,
"type": "branch",
"condition": {

"type": "campaign_log",
"section": "hidden",
"id": "tmg_tally_score",
"id": "tmg_calculate_score",
"options": [
{
"boolCondition": true,
Expand Down Expand Up @@ -1487,7 +1487,7 @@
"opA": {
"type": "campaign_log_count",
"section": "hidden",
"id": "tmg_tally_score"
"id": "tmg_score_tally"
},
"opB": {
"type": "constant",
Expand Down Expand Up @@ -1524,7 +1524,7 @@
"opA": {
"type": "campaign_log_count",
"section": "hidden",
"id": "tmg_tally_score"
"id": "tmg_score_tally"
},
"opB": {
"type": "constant",
Expand Down Expand Up @@ -1570,7 +1570,7 @@
"opA": {
"type": "campaign_log_count",
"section": "hidden",
"id": "tmg_tally_score"
"id": "tmg_score_tally"
},
"opB": {
"type": "constant",
Expand Down Expand Up @@ -1616,7 +1616,7 @@
"opA": {
"type": "campaign_log_count",
"section": "hidden",
"id": "tmg_tally_score"
"id": "tmg_score_tally"
},
"opB": {
"type": "constant",
Expand Down Expand Up @@ -1662,7 +1662,7 @@
"opA": {
"type": "campaign_log_count",
"section": "hidden",
"id": "tmg_tally_score"
"id": "tmg_score_tally"
},
"opB": {
"type": "constant",
Expand Down Expand Up @@ -1786,7 +1786,7 @@
"steps": [
"earn_xp",
"tally_score",
"check_tmg_tally_score",
"check_tmg_score_tally",
"earn_extra_tmg_tally_xp",
"$upgrade_decks"
]
Expand Down

0 comments on commit 3ece7df

Please sign in to comment.