Exemple #1
0
        public override void AddCard(CardInstance c, bool anim = true)
        {
            base.AddCard(c, anim);

            if (c.HasType(CardTypes.Creature))
            {
                c.CreatePointOverlay();
            }
        }