Commit ce44ebc4 authored by salix5's avatar salix5

fix

parent f0a3f353
...@@ -5234,12 +5234,7 @@ int32 field::adjust_step(uint16 step) { ...@@ -5234,12 +5234,7 @@ int32 field::adjust_step(uint16 step) {
for(uint8 i = 0; i < 5; ++i) { for(uint8 i = 0; i < 5; ++i) {
pcard = player[p].list_mzone[i]; pcard = player[p].list_mzone[i];
if(pcard && pcard->is_affected_by_effect(EFFECT_REMOVE_BRAINWASHING)) { if(pcard && pcard->is_affected_by_effect(EFFECT_REMOVE_BRAINWASHING)) {
ctrleff.clear(); pcard->reset(EFFECT_SET_CONTROL, RESET_CODE);
pcard->filter_single_effect(EFFECT_SET_CONTROL, &ctrleff, FALSE);
if(ctrleff.size()) {
pcard->reset(EFFECT_SET_CONTROL, RESET_CODE);
core.re_adjust = TRUE;
}
} }
} }
} }
......
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