mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Better comment for the fix.
This commit is contained in:
@@ -105,7 +105,7 @@ public class CharmEffect extends SpellAbilityEffect {
|
||||
clone.setActivatingPlayer(saDeepest.getActivatingPlayer());
|
||||
|
||||
clone.setTargets(sub.getTargets()); // do not forget what was targeted by the subability
|
||||
// set targets for subabilities
|
||||
// also set targets for subabilities so they are not forgotten
|
||||
SpellAbility ssa = sub;
|
||||
SpellAbility ssaClone = clone;
|
||||
while ((ssa = ssa.getSubAbility()) != null) {
|
||||
|
||||
Reference in New Issue
Block a user