mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
add Devouring Rage (from Champions of Kamigawa)
This commit is contained in:
@@ -3509,6 +3509,8 @@ public class CardFactoryUtil {
|
||||
return num - secondaryNum;
|
||||
} else if (s[0].contains("Twice")) {
|
||||
return num * 2;
|
||||
} else if (s[0].contains("Thrice")) {
|
||||
return num * 3;
|
||||
} else if (s[0].contains("HalfUp")) {
|
||||
return (int) (Math.ceil(num / 2.0));
|
||||
} else if (s[0].contains("HalfDown")) {
|
||||
|
||||
Reference in New Issue
Block a user