mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Jotun fix
This commit is contained in:
@@ -452,7 +452,6 @@ public class HumanPlay {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
else if (part instanceof CostGainControl) {
|
else if (part instanceof CostGainControl) {
|
||||||
int amount = Integer.parseInt(part.getAmount());
|
int amount = Integer.parseInt(part.getAmount());
|
||||||
|
|||||||
Reference in New Issue
Block a user