mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
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:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user