mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
CloneEffect: setOriginalHost instead of setHostCard
This commit is contained in:
@@ -149,7 +149,7 @@ public class CloneEffect extends SpellAbilityEffect {
|
|||||||
|
|
||||||
// set the host card for copied spellabilities
|
// set the host card for copied spellabilities
|
||||||
for (final SpellAbility newSa : tgtCard.getSpellAbilities()) {
|
for (final SpellAbility newSa : tgtCard.getSpellAbilities()) {
|
||||||
newSa.setHostCard(cardToCopy);
|
newSa.setOriginalHost(cardToCopy);
|
||||||
}
|
}
|
||||||
|
|
||||||
// restore name if it should be unchanged
|
// restore name if it should be unchanged
|
||||||
|
|||||||
Reference in New Issue
Block a user