Commit 8fc6ab32 authored by VanillaSalt's avatar VanillaSalt

fix

parent c10c3e84
......@@ -3141,7 +3141,7 @@ int32 field::send_to(uint16 step, group * targets, effect * reason_effect, uint3
pcard->set_status(STATUS_SUMMON_DISABLED | STATUS_ACTIVATE_DISABLED, FALSE);
pcard->previous.location = 0;
} else if(oloc & LOCATION_ONFIELD) {
pcard->reset(RESET_LEAVE, RESET_EVENT);
pcard->reset(RESET_LEAVE + RESET_MSCHANGE, RESET_EVENT);
param->leave.insert(pcard);
}
if(pcard->current.reason & REASON_DISCARD)
......
......@@ -38,7 +38,7 @@ function c42776960.activate(e,tp,eg,ep,ev,re,r,rp)
e2:SetCode(EVENT_LEAVE_FIELD)
e2:SetLabel(1-tp)
e2:SetOperation(c42776960.leaveop)
e2:SetReset(RESET_EVENT+RESET_OVERLAY)
e2:SetReset(RESET_EVENT+0xc020000)
tc:RegisterEffect(e2)
end
end
......
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