|
|
@@ -1638,6 +1638,13 @@ public class CardSource : MonoBehaviour
|
|
|
}
|
|
|
#endregion
|
|
|
|
|
|
+ #region whether this card has [Fortitude]
|
|
|
+ public bool HasBlocker =>
|
|
|
+ EffectList(EffectTiming.None)
|
|
|
+ .Some(cardEffect => cardEffect is BlockerClass
|
|
|
+ && !cardEffect.IsInheritedEffect && !cardEffect.IsSecurityEffect);
|
|
|
+ #endregion
|
|
|
+
|
|
|
#region whether this card has [DigiBurst]
|
|
|
public bool HasDigiBurst
|
|
|
{
|