Fixing Mordor Scimitar not exerting and also not being optional

This commit is contained in:
Christian 'ketura' McCarty
2024-11-09 20:23:01 -06:00
parent c260f65ce6
commit 17e779c33f

View File

@@ -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)
}
} }
} }
] ]