summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.ts b/rules.ts
index 6e2c775..2f9eb3a 100644
--- a/rules.ts
+++ b/rules.ts
@@ -2383,7 +2383,7 @@ states.levy_arts_of_war = {
}
// allow playing this Held card immediately
- if (c === EVENT_YORK_SUN_IN_SPLENDOUR) {
+ if (c === EVENT_YORK_SUN_IN_SPLENDOUR && can_play_sun_in_splendour()) {
view.prompt = `Arts of War: Play or hold ${data.cards[c].event}.`
view.actions.hold = 1
view.actions.play = 1