mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Removed duplicated codes "NumCounters"
This commit is contained in:
@@ -1315,9 +1315,6 @@ public class CardFactoryUtil {
|
||||
if (sq[0].contains("TimesKicked")) {
|
||||
return doXMath(c.getKickerMagnitude(), m, c);
|
||||
}
|
||||
if (sq[0].contains("NumCounters")) {
|
||||
return doXMath(c.getCounters(CounterType.getType(sq[1])), m, c);
|
||||
}
|
||||
|
||||
// Count$IfMainPhase.<numMain>.<numNotMain> // 7/10
|
||||
if (sq[0].contains("IfMainPhase")) {
|
||||
|
||||
Reference in New Issue
Block a user