Commit 696ec1e7 authored by VanillaSalt's avatar VanillaSalt

fix

parent 77f265e1
......@@ -494,6 +494,7 @@ int32 card::get_attack() {
}
++i;
}
temp.attack = batk;
for(int32 i = 0; i < eset.size(); ++i) {
switch(eset[i]->code) {
case EFFECT_UPDATE_ATTACK:
......@@ -663,6 +664,7 @@ int32 card::get_defense() {
}
++i;
}
temp.defense = bdef;
for(int32 i = 0; i < eset.size(); ++i) {
switch(eset[i]->code) {
case EFFECT_UPDATE_DEFENSE:
......
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