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

fix エキストラケアトップス

parent 7897fcac
......@@ -43,7 +43,8 @@ function c38383368.spop(e,tp,eg,ep,ev,re,r,rp)
end
function c38383368.drcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsReason(REASON_DESTROY) and c:GetSummonType()==SUMMON_TYPE_SPECIAL+SUMMON_VALUE_SELF
return c:IsReason(REASON_DESTROY) and c:IsPreviousLocation(LOCATION_MZONE)
and c:GetSummonType()==SUMMON_TYPE_SPECIAL+SUMMON_VALUE_SELF
end
function c38383368.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true 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