diff --git a/projects/mtg/include/AllAbilities.h b/projects/mtg/include/AllAbilities.h index 1e85fce47..6b0e73d6a 100644 --- a/projects/mtg/include/AllAbilities.h +++ b/projects/mtg/include/AllAbilities.h @@ -66,6 +66,8 @@ public: } }else if (s == "lifetotal"){ intValue = target->controller()->life; + }else if (s == "pdcount"){ + intValue = target->controller()->damageCount; }else if (s == "odcount"){ intValue = target->controller()->opponent()->damageCount; }else if (s == "opponentlifetotal"){