mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- applyContinuousAbility will now set the source card.
This commit is contained in:
@@ -65,6 +65,7 @@ public class StaticAbilityContinuous {
|
|||||||
se.setAffectedPlayers(affectedPlayers);
|
se.setAffectedPlayers(affectedPlayers);
|
||||||
se.setParams(params);
|
se.setParams(params);
|
||||||
se.setTimestamp(hostCard.getTimestamp());
|
se.setTimestamp(hostCard.getTimestamp());
|
||||||
|
se.setSource(hostCard);
|
||||||
AllZone.getStaticEffects().addStaticEffect(se);
|
AllZone.getStaticEffects().addStaticEffect(se);
|
||||||
|
|
||||||
int powerBonus = 0;
|
int powerBonus = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user