Fixing Mordor Scimitar not exerting and also not being optional
This commit is contained in:
@@ -1042,11 +1042,16 @@
|
|||||||
type: assignedAgainst
|
type: assignedAgainst
|
||||||
filter: self
|
filter: self
|
||||||
against: companion
|
against: companion
|
||||||
memorizeAgainst: companion
|
memorizeAgainst: assignedComp
|
||||||
}
|
}
|
||||||
effect: {
|
effect:
|
||||||
type: exert
|
{
|
||||||
select: choose(memory(companion),companion)
|
type: Optional
|
||||||
|
text: Would you like to exert {assignedComp}?
|
||||||
|
effect: {
|
||||||
|
type: exert
|
||||||
|
select: memory(assignedComp)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user