Commit f099ddb0 authored by mercury233's avatar mercury233 Committed by GitHub

refresh disable status after reset effect in send_to (#339)

parent 526a341b
......@@ -4160,6 +4160,7 @@ int32 field::send_to(uint16 step, group * targets, effect * reason_effect, uint3
else
pcard->reset(RESET_REMOVE, RESET_EVENT);
}
pcard->refresh_disable_status();
}
for(auto& pcard : param->leave)
raise_single_event(pcard, 0, EVENT_LEAVE_FIELD, pcard->current.reason_effect, pcard->current.reason, pcard->current.reason_player, 0, 0);
......
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