added pdcount varible. playerdamagecount for the turn. this is for Simulacrum style cards.
Issue: 502
This commit is contained in:
@@ -66,6 +66,8 @@ public:
|
|||||||
}
|
}
|
||||||
}else if (s == "lifetotal"){
|
}else if (s == "lifetotal"){
|
||||||
intValue = target->controller()->life;
|
intValue = target->controller()->life;
|
||||||
|
}else if (s == "pdcount"){
|
||||||
|
intValue = target->controller()->damageCount;
|
||||||
}else if (s == "odcount"){
|
}else if (s == "odcount"){
|
||||||
intValue = target->controller()->opponent()->damageCount;
|
intValue = target->controller()->opponent()->damageCount;
|
||||||
}else if (s == "opponentlifetotal"){
|
}else if (s == "opponentlifetotal"){
|
||||||
|
|||||||
Reference in New Issue
Block a user