mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Add Torgaar (DOM)
This commit is contained in:
@@ -552,6 +552,10 @@ public class CardFactoryUtil {
|
||||
return doXMath(player.getCardsIn(ZoneType.Battlefield).size(), m, source);
|
||||
}
|
||||
|
||||
if (value.contains("StartingLife")) {
|
||||
return doXMath(player.getStartingLife(), m, source);
|
||||
}
|
||||
|
||||
if (value.contains("LifeTotal")) {
|
||||
return doXMath(player.getLife(), m, source);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user