mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- BFZ: Added Radiant Flames
This commit is contained in:
@@ -1480,7 +1480,10 @@ public class CardFactoryUtil {
|
||||
}
|
||||
return doXMath(n, m, c);
|
||||
}
|
||||
|
||||
// Count$Converge
|
||||
if (sq[0].contains("Converge")) {
|
||||
return doXMath(c.getSunburstValue(), m, c);
|
||||
}
|
||||
// Count$ColoredCreatures *a DOMAIN for creatures*
|
||||
if (sq[0].contains("ColoredCreatures")) {
|
||||
int mask = 0;
|
||||
|
||||
Reference in New Issue
Block a user