Commit c404fa93 authored by VanillaSalt's avatar VanillaSalt

fix

parent 8b9f8c64
...@@ -434,7 +434,7 @@ void card::calc_attack_defence(int32 *patk, int32 *pdef) { ...@@ -434,7 +434,7 @@ void card::calc_attack_defence(int32 *patk, int32 *pdef) {
base_def = effects_def[j]->get_value(this); base_def = effects_def[j]->get_value(this);
up_def = 0; up_def = 0;
upc_def = 0; upc_def = 0;
temp.attack = base_def; temp.defence = base_def;
} }
} }
up_def += eset[i]->get_value(this); up_def += eset[i]->get_value(this);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment