Fixed Black Dart being activatable when already attached to a companion (and also fixed it not preventing bearer from bearing more mounts).

This commit is contained in:
Christian 'ketura' McCarty
2025-06-27 19:20:59 -05:00
parent f600f8f2b6
commit 6512d234d7

View File

@@ -119,10 +119,16 @@
{ {
type: activated type: activated
phase: archery phase: archery
requires: { requires: [
{
type: CanSpot
filter: self,Zone(SUPPORT)
}
{
type: canSpot type: canSpot
filter: your,or(enduring,mounted),nazgul filter: your,or(enduring,mounted),nazgul
} }
]
effect: [ effect: [
{ {
type: transfer type: transfer
@@ -144,6 +150,14 @@
filter: bearer filter: bearer
} }
} }
{
type: modifier
modifier: {
type: CantBear
filter: bearer
cardFilter: mount
}
}
] ]
gametext: <b>Archery:</b> Spot your enduring or mounted Nazgûl to transfer this condition from your support area to an unbound companion. Discard a mount borne by that companion.<br>Bearer cannot heal or bear mounts. gametext: <b>Archery:</b> Spot your enduring or mounted Nazgûl to transfer this condition from your support area to an unbound companion. Discard a mount borne by that companion.<br>Bearer cannot heal or bear mounts.
lore: "" lore: ""