Commit 8b22a1c5 authored by Grajade's avatar Grajade

Update c1184065.lua

parent e9e32bff
......@@ -13,11 +13,11 @@ function c1184065.initial_effect(c)
--
end
--
function c1184056.cfilter1(c,tp)
function c1184065.cfilter1(c,tp)
return c:IsType(TYPE_SYNCHRO) and c:IsControler(tp)
end
function c1184065.con1(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c1184056.cfilter1,1,nil,tp)
return eg:IsExists(c1184065.cfilter1,1,nil,tp)
end
function c1184065.tfilter1(c,e,tp)
return c:IsSetCard(0x3e12) and c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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