Fixed Ride With Me failing if Theoden was unable to be exerted.

This commit is contained in:
Christian 'ketura' McCarty
2025-03-20 19:14:11 -05:00
parent c525d67917
commit 5ec3d78c3f

View File

@@ -731,7 +731,14 @@
effects: [ effects: [
{ {
type: event type: event
cost: { effect: [
{
type: If
check: {
type: CanSpot
filter: name(Theoden),CanExert
}
true: {
type: optional type: optional
text: Would you like to exert Théoden? text: Would you like to exert Théoden?
effect: { effect: {
@@ -747,7 +754,7 @@
} }
} }
} }
effect: [ }
{ {
type: modifyStrength type: modifyStrength
select: choose(your,culture(rohan),companion) select: choose(your,culture(rohan),companion)