mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
CardFactory: fixed setting ActivatingPlayer
This commit is contained in:
@@ -643,7 +643,9 @@ public class CardFactory {
|
||||
}
|
||||
|
||||
public static void copySpellAbility(SpellAbility from, SpellAbility to) {
|
||||
if (from.getActivatingPlayer() != null) {
|
||||
to.setActivatingPlayer(from.getActivatingPlayer());
|
||||
}
|
||||
to.setDescription(from.getDescription());
|
||||
to.setStackDescription(from.getDescription());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user