Commit 8ca43f42 authored by DailyShana's avatar DailyShana

fix

parent 55c542ec
......@@ -2143,9 +2143,9 @@ int32 field::process_quick_effect(int16 step, int32 skip_freechain, uint8 priori
// delayed quick
for(auto eit = core.delayed_quick.begin(); eit != core.delayed_quick.end();) {
effect* peffect = eit->first;
const tevent& evt = eit->second;
++eit;
peffect->set_activate_location();
const tevent& evt = eit->second;
if(peffect->is_chainable(priority) && peffect->is_activateable(priority, evt, TRUE, FALSE, FALSE)) {
card* phandler = peffect->get_handler();
newchain.flag = 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