Commit b2071620 authored by salix5's avatar salix5

Merge pull request #2 from DailyShana/patch-1

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