Commit c05a552d authored by Tachibana's avatar Tachibana

得得得得得

parent fc064ea2
No preview for this file type
......@@ -63,7 +63,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
function cm.imtg(e,c)
return c:IsRace(RACE_FIEND) and not c:IsCode(m)
return c:IsCode(m-10)
end
function cm.slevel(e,c,rc)
return c:GetLevel()+2*65536
......
......@@ -17,7 +17,7 @@ function cm.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetRange(LOCATION_GRAVE)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetCondition(1,m)
e2:SetCountLimit(1,m)
e2:SetCost(cm.pcost)
e2:SetTarget(cm.settg)
e2:SetOperation(cm.setop)
......
......@@ -80,7 +80,7 @@ function c71400054.filter3(c)
return c:IsSetCard(0x714) and c:IsAbleToDeck()
end
function c71400054.tg3(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(71400054.filter3,tp,LOCATION_REMOVED,0,1,nil) end
if chk==0 then return Duel.IsExistingMatchingCard(c71400054.filter3,tp,LOCATION_REMOVED,0,1,nil) end
local g=Duel.GetMatchingGroup(c71400054.filter3,tp,LOCATION_REMOVED,0,nil)
Duel.SetOperationInfo(0,CATEGORY_TODECK,g,g:GetCount(),0,LOCATION_REMOVED)
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