Commit eda6e68b authored by salix5's avatar salix5

adjust before EVENT_BATTLE_DESTROYING

parent 49c9fb3e
......@@ -2773,7 +2773,6 @@ int32 field::destroy(uint16 step, group * targets, effect * reason_effect, uint3
}
returns.ivalue[0] = core.operated_set.size();
pduel->delete_group(targets);
adjust_all();
return TRUE;
}
case 10: {
......
......@@ -3559,6 +3559,7 @@ int32 field::process_battle_command(uint16 step) {
}
add_process(PROCESSOR_DESTROY, 3, 0, des, REASON_BATTLE, PLAYER_NONE);
}
adjust_all();
return FALSE;
}
case 33: {
......
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