Fixed V2 Now For Wrath triggering on opponent's discarded cards.
This commit is contained in:
@@ -398,21 +398,21 @@
|
|||||||
trigger: [
|
trigger: [
|
||||||
{
|
{
|
||||||
type: Discarded
|
type: Discarded
|
||||||
filter: culture(rohan), or(item, ally)
|
filter: your, culture(rohan), or(item, ally)
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type: Discarded
|
type: Discarded
|
||||||
fromZone: hand
|
fromZone: hand
|
||||||
filter: culture(rohan), or(item, ally)
|
filter: your, culture(rohan), or(item, ally)
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type: Discarded
|
type: Discarded
|
||||||
fromZone: deck
|
fromZone: deck
|
||||||
filter: culture(rohan), or(item, ally)
|
filter: your, culture(rohan), or(item, ally)
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type: Killed
|
type: Killed
|
||||||
filter: culture(rohan), ally
|
filter: your, culture(rohan), ally
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
effect: {
|
effect: {
|
||||||
|
|||||||
Reference in New Issue
Block a user