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