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