summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index e78c971..52824d7 100644
--- a/rules.js
+++ b/rules.js
@@ -284,7 +284,6 @@ exports.setup = function (seed, scenario, options) {
setup_deck(4, 0, 15)
}
- game.deck[0] = PROPAGANDA
log("DECK " + game.deck.join(", "))
update_control()
@@ -2006,6 +2005,7 @@ function goto_eligible(limited) {
states.eligible = {
disable_negotiation: true,
+ inactive: "Eligible Faction",
prompt() {
if (did_option(SOP_1ST_OP_ONLY)) {
view.prompt = `${data.card_title[this_card()]}: Limited Operation.`