mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Third dozen of FDN/J25 cards (#6463)
This commit is contained in:
@@ -49,6 +49,8 @@ public enum CounterEnumType {
|
||||
|
||||
AWAKENING("AWAKE", 0, 231, 79),
|
||||
|
||||
BAIT("BAIT", 120, 100, 60),
|
||||
|
||||
BLAZE("BLAZE", 255, 124, 82),
|
||||
|
||||
BLESSING("BLESS", 251, 0, 94),
|
||||
|
||||
@@ -148,6 +148,10 @@ public class CostTapType extends CostPartWithList {
|
||||
String type = this.getType();
|
||||
boolean sameType = false;
|
||||
|
||||
if (type.equals("OriginalHost")) {
|
||||
return ability.getOriginalHost().canTap();
|
||||
}
|
||||
|
||||
if (type.contains(".sharesCreatureTypeWith")) {
|
||||
sameType = true;
|
||||
type = TextUtil.fastReplace(type, ".sharesCreatureTypeWith", "");
|
||||
|
||||
Reference in New Issue
Block a user