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,23 +731,30 @@
effects: [ effects: [
{ {
type: event type: event
cost: { effect: [
type: optional {
text: Would you like to exert Théoden? type: If
effect: { check: {
type: costToEffect type: CanSpot
cost: { filter: name(Theoden),CanExert
type: exert
select: choose(name(Théoden))
} }
effect: { true: {
type: MemorizeInfo type: optional
memory: exertedTheoden text: Would you like to exert Théoden?
info: yes effect: {
type: costToEffect
cost: {
type: exert
select: choose(name(Théoden))
}
effect: {
type: MemorizeInfo
memory: exertedTheoden
info: yes
}
}
} }
} }
}
effect: [
{ {
type: modifyStrength type: modifyStrength
select: choose(your,culture(rohan),companion) select: choose(your,culture(rohan),companion)