mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +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.clearControllers();
|
||||||
c.setOwner(controller);
|
c.setOwner(controller);
|
||||||
c.setCopiedSpell(true);
|
c.setCopiedSpell(true);
|
||||||
|
// set counters (e.g. Yisan, the Wanderer Bard)
|
||||||
|
c.setCounters(original.getCounters());
|
||||||
|
|
||||||
final SpellAbility copySA;
|
final SpellAbility copySA;
|
||||||
if (sa.isTrigger()) {
|
if (sa.isTrigger()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user