added pdcount varible. playerdamagecount for the turn. this is for Simulacrum style cards.

Issue: 502
This commit is contained in:
omegablast2002@yahoo.com
2010-11-06 08:07:48 +00:00
parent ed03d2f3ef
commit 6c616f2741

View File

@@ -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"){