summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.ts b/rules.ts
index 91517f1..4ffc143 100644
--- a/rules.ts
+++ b/rules.ts
@@ -959,8 +959,8 @@ function all_friendly_lords() {
function all_enemy_lords() {
if (game.active === YORK)
- return all_york_lords
- return all_lancaster_lords
+ return all_lancaster_lords
+ return all_york_lords
}
function update_aliases() {