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