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 2292b71..9c1ca6a 100644
--- a/rules.js
+++ b/rules.js
@@ -3498,7 +3498,7 @@ events.place_american_pc_in = function (card) {
states.place_american_pc_in = {
inactive: "to execute event",
prompt() {
- view.prompt = "Place American PC markers in " + game.where.join(", ") + ". " + game.count + " left."
+ view.prompt = "Place American PC markers in " + game.where.map(colony_name).join(", ") + ". " + game.count + " left."
gen_place_american_pc_in_colony(game.where)
gen_event_pass()
},