Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting of Business as Usual 34128 card text #820

Merged
merged 1 commit into from
Mar 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pack/rwr.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"side_code": "corp",
"stripped_text": "Resolve 1 of the following: * Place 1 advancement counter on each of up to 2 installed cards you can advance. * Remove all virus counters from 1 installed card. Threat 3 -> You may also resolve the other mode. (This ability is active if any player has 3 or more agenda points.)",
"stripped_title": "Business As Usual",
"text": "Resolve 1 of the following:<ul><li>Place 1 advancement counter on each of up to 2 installed cards you can advance.</li><li>Remove all virus counters from 1 installed card.\nThreat 3 → You may also resolve the other mode. <em>(This ability is active if any player has 3 or more agenda points.)</em></li></ul>",
"text": "Resolve 1 of the following:<ul><li>Place 1 advancement counter on each of up to 2 installed cards you can advance.</li><li>Remove all virus counters from 1 installed card.</li></ul>\nThreat 3 → You may also resolve the other mode. <em>(This ability is active if any player has 3 or more agenda points.)</em>",
"title": "Business As Usual",
"type_code": "operation",
"uniqueness": false
Expand Down
2 changes: 1 addition & 1 deletion v2/cards/business_as_usual.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"stripped_text": "Resolve 1 of the following: * Place 1 advancement counter on each of up to 2 installed cards you can advance. * Remove all virus counters from 1 installed card. Threat 3 -> You may also resolve the other mode. (This ability is active if any player has 3 or more agenda points.)",
"stripped_title": "Business As Usual",
"subtypes": ["gray_ops"],
"text": "Resolve 1 of the following:<ul><li>Place 1 advancement counter on each of up to 2 installed cards you can advance.</li><li>Remove all virus counters from 1 installed card.\nThreat 3 → You may also resolve the other mode. <em>(This ability is active if any player has 3 or more agenda points.)</em></li></ul>",
"text": "Resolve 1 of the following:<ul><li>Place 1 advancement counter on each of up to 2 installed cards you can advance.</li><li>Remove all virus counters from 1 installed card.</li></ul>\nThreat 3 → You may also resolve the other mode. <em>(This ability is active if any player has 3 or more agenda points.)</em>",
"title": "Business As Usual"
}
Loading