mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
CountersProliferateEffect: add default cases
This commit is contained in:
@@ -45,10 +45,11 @@ public class CountersProliferateEffect extends SpellAbilityEffect {
|
||||
switch (game.getReplacementHandler().run(ReplacementType.Proliferate, repParams)) {
|
||||
case NotReplaced:
|
||||
break;
|
||||
case Updated: {
|
||||
case Updated:
|
||||
num = (int) repParams.get(AbilityKey.Num);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
||||
PlayerController pc = p.getController();
|
||||
|
||||
Reference in New Issue
Block a user