Skip to content

Commit

Permalink
fix(ammonia/abandoned): allow for starting suits
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Aug 13, 2024
1 parent 6579327 commit 7b1e592
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions contractdata/MUMBAI/_MUMBAI_CHALLENGES.json
Original file line number Diff line number Diff line change
Expand Up @@ -6702,6 +6702,33 @@
},
"Transition": "Success"
}
],
"StartingSuit": [
{
"Condition": {
"$any": {
"in": "$.EligibleDisguises",
"?": {
"$eq": ["$.#", "$Value"]
}
}
},
"Actions": {
"$pushunique": [
"DisguiseEquipped",
"$Value"
]
}
},
{
"Condition": {
"$eq": [
"($.EligibleDisguises).Count",
"($.DisguiseEquipped).Count"
]
},
"Transition": "Success"
}
]
}
}
Expand Down

0 comments on commit 7b1e592

Please sign in to comment.