Fixed Eastern Emyn Muil having the exertion counts for both abilities accidentally reversed.

This commit is contained in:
Christian 'ketura' McCarty
2025-04-28 11:55:48 -05:00
parent e155b42336
commit c22c557f6f

View File

@@ -841,7 +841,7 @@
} }
effect: { effect: {
type: exert type: exert
count: 2 times: 2
select: all(ringBound,companion) select: all(ringBound,companion)
} }
} }
@@ -861,7 +861,7 @@
effect: { effect: {
type: exert type: exert
select: choose(ringBound,companion) select: choose(ringBound,companion)
times: 2 times: 1
} }
} }
] ]