mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
WOE rules changed
This commit is contained in:
@@ -24,7 +24,7 @@ public class RegenerationEffect extends SpellAbilityEffect {
|
|||||||
|
|
||||||
c.setDamage(0);
|
c.setDamage(0);
|
||||||
c.setHasBeenDealtDeathtouchDamage(false);
|
c.setHasBeenDealtDeathtouchDamage(false);
|
||||||
c.tap(true, cause, cause == null ? null : cause.getActivatingPlayer());
|
c.tap(true, cause, c.getController());
|
||||||
c.addRegeneratedThisTurn();
|
c.addRegeneratedThisTurn();
|
||||||
|
|
||||||
if (game.getCombat() != null) {
|
if (game.getCombat() != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user