Merge branch 'patch' into 'master'

- Fixed a bug (Yisan, the Wanderer Bard's + Rings of Brighthearth)

See merge request core-developers/forge!337
This commit is contained in:
Michael Kamensky
2018-04-02 20:21:00 +00:00

View File

@@ -182,6 +182,8 @@ public class CardFactory {
c.clearControllers();
c.setOwner(controller);
c.setCopiedSpell(true);
// set counters (e.g. Yisan, the Wanderer Bard)
c.setCounters(original.getCounters());
final SpellAbility copySA;
if (sa.isTrigger()) {