Fixed Ride With Me failing if Theoden was unable to be exerted.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user