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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user