Fixed Argument Ready to Hand discarding Gollum (he has no race and should never be affected)

This commit is contained in:
Christian 'ketura' McCarty
2025-06-27 18:58:59 -05:00
parent 653bbb3527
commit b952400dfb

View File

@@ -29,7 +29,7 @@
} }
{ {
type: discard type: discard
select: all(minion,not(race(memory(chosenMinion)))) select: all(minion,hasRace,not(race(memory(chosenMinion))))
} }
] ]
} }