Commit 130ea86a authored by DailyShana's avatar DailyShana

fix

parent 54cdeada
......@@ -3091,7 +3091,7 @@ int32 field::send_to(uint16 step, group * targets, effect * reason_effect, uint3
uint32 dest, redirect, redirect_seq, check_cb;
for(auto cit = targets->container.begin(); cit != targets->container.end(); ++cit)
(*cit)->enable_field_effect(FALSE);
adjust_instant();
adjust_disable_check_list();
for(auto cit = targets->container.begin(); cit != targets->container.end(); ++cit) {
card* pcard = *cit;
dest = (pcard->operation_param >> 8) & 0xff;
......
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