Commit 41137037 authored by 聖園ミカ's avatar 聖園ミカ 🐟

str

parent 957a44e8
...@@ -52,11 +52,11 @@ function cm.otop(e,tp,eg,ep,ev,re,r,rp,c) ...@@ -52,11 +52,11 @@ function cm.otop(e,tp,eg,ep,ev,re,r,rp,c)
c:SetMaterial(sg) c:SetMaterial(sg)
Duel.Release(sg,REASON_SUMMON+REASON_MATERIAL) Duel.Release(sg,REASON_SUMMON+REASON_MATERIAL)
end end
function cm.rfilter(c,tp) function cm.drfilter(c,tp)
return c:IsControler(tp) and c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_HAND) return c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_HAND)
end end
function cm.drcon(e,tp,eg,ep,ev,re,r,rp) 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 end
function cm.drtg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end 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