Skip to content

Commit

Permalink
Resolve conditional votes
Browse files Browse the repository at this point in the history
  • Loading branch information
randomnetcat committed Sep 15, 2024
1 parent a7b6a77 commit da87f79
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ bang." with "after which each alive player is granted 2 bangs."
FOR on 9173
FOR on 9174
FOR on 9175
// TODO: resolve conditional on 9176: FOR if 9175 will pass, else AGAINST
resolvedConditional(AGAINST, "P9175 does not have sufficient votes to be adopted") on 9176
FOR on 9177
FOR on 9178
}
Expand Down Expand Up @@ -517,7 +517,7 @@ bang." with "after which each alive player is granted 2 bangs."
endorse(Janet) on 9173
endorse(Janet) on 9174
AGAINST on 9175
// TODO: resolve conditional on 9176: FOR if 9175 will pass, else endorse(Janet)
resolvedConditional(endorse(Janet), "P9175 does not have sufficient votes to be adopted") on 9176
endorse(Janet) on 9177
FOR on 9178
}
Expand Down Expand Up @@ -567,7 +567,7 @@ bang." with "after which each alive player is granted 2 bangs."
votes(ais523) {
AGAINST on 9168
FOR on 9169
// TODO: conditional vote on 9170: AGAINST if P9169 could be adopted, else FOR
resolvedConditional(FOR, "P9169 does not have sufficient votes to be adopted") on 9170
AGAINST on 9171
FOR on 9172
FOR on 9173
Expand Down

0 comments on commit da87f79

Please sign in to comment.