Fixed Mablung not being restricted to roaming minion

This commit is contained in:
Christian 'ketura' McCarty
2024-11-02 18:57:24 -05:00
parent 24080b7dba
commit baee767552

View File

@@ -976,7 +976,7 @@
}
effect: {
type: exhaust
select: choose(minion,inSkirmishAgainst(self))
select: choose(roaming,minion,inSkirmishAgainst(self))
}
}
]