Commit 41137037 authored by Tachibana's avatar Tachibana 🐟

str

parent 957a44e8
Pipeline #26938 passed with stages
in 19 minutes and 45 seconds
......@@ -52,11 +52,11 @@ function cm.otop(e,tp,eg,ep,ev,re,r,rp,c)
c:SetMaterial(sg)
Duel.Release(sg,REASON_SUMMON+REASON_MATERIAL)
end
function cm.rfilter(c,tp)
return c:IsControler(tp) and c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_HAND)
function cm.drfilter(c,tp)
return c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_HAND)
end
function cm.drcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(cm.rfilter,1,nil,tp) and e:GetHandler():IsSummonType(SUMMON_TYPE_ADVANCE)
return eg:IsExists(cm.drfilter,1,nil,tp) and e:GetHandler():IsSummonType(SUMMON_TYPE_ADVANCE) and e:GetHandler():IsLocation(LOCATION_MZONE)
end
function cm.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