mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-13 17:27:46 +00:00
Fix Mist of Stagnation
This commit is contained in:
@@ -72,7 +72,7 @@ public class UntapEffect extends SpellAbilityEffect {
|
||||
* whether the untapping is mandatory.
|
||||
*/
|
||||
private static void untapChoose(final SpellAbility sa, final boolean mandatory) {
|
||||
final int num = Integer.parseInt(sa.getParam("Amount"));
|
||||
final int num = AbilityUtils.calculateAmount(sa.getHostCard(), sa.getParam("Amount"), sa);
|
||||
final String valid = sa.getParam("UntapType");
|
||||
|
||||
for (final Player p : AbilityUtils.getDefinedPlayers(sa.getHostCard(), sa.getParam("Defined"), sa)) {
|
||||
|
||||
Reference in New Issue
Block a user