Commit a6e1123b authored by DailyShana's avatar DailyShana

update EFFECT_DESTROY_SUBSTITUTE

parent 15122824
......@@ -2789,7 +2789,6 @@ int32 field::destroy(uint16 step, group * targets, effect * reason_effect, uint3
if(eset[i]->check_value_condition(3)) {
extra.insert(eset[i]->handler);
sub = true;
break;
}
}
if(sub) {
......@@ -3004,7 +3003,6 @@ int32 field::destroy(uint16 step, group * targets, effect * reason_effect, uint3
if(eset[i]->check_value_condition(3)) {
core.battle_destroy_rep.insert(eset[i]->handler);
sub = true;
break;
}
}
if(sub) {
......
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