changed "counterasdamage" to "wilting" parser would understand it fine in abilities=, but the ability could not be granted in lords ect.

This commit is contained in:
omegablast2002@yahoo.com
2010-08-31 17:52:38 +00:00
parent 498967ec66
commit 17eef3ef6f
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ int Damage::resolve(){
damage = 0;
(_target)->counters->removeCounter(1,1);
}
if ((_target)->has(Constants::COUNTERASDAMAGE)) {
if ((_target)->has(Constants::WILTING)) {
for (int i = 0; i < damage; i++){
for (int i = damage; i > 0; i--){
(_target)->counters->addCounter(-1,-1);