Commit b7bccae2 authored by Nemo Ma's avatar Nemo Ma

Update c10105695.lua

parent 61f2971b
...@@ -3,7 +3,7 @@ function c10105695.initial_effect(c) ...@@ -3,7 +3,7 @@ function c10105695.initial_effect(c)
aux.AddFusionProcFunFun(c,aux.FilterBoolFunction(Card.IsFusionCode,13171876),c10105695.ffilter,1,true) aux.AddFusionProcFunFun(c,aux.FilterBoolFunction(Card.IsFusionCode,13171876),c10105695.ffilter,1,true)
aux.AddContactFusionProcedure(c,c10105695.cfilter,LOCATION_MZONE+LOCATION_GRAVE+LOCATION_REMOVED,0,aux.tdcfop(c)) aux.AddContactFusionProcedure(c,c10105695.cfilter,LOCATION_MZONE+LOCATION_GRAVE+LOCATION_REMOVED,0,aux.tdcfop(c))
--code --code
aux.EnableChangeCode(c,13171876,LOCATION_MZONE+LOCATION_GRAVE) aux.EnableChangeCode(c,13171876,LOCATION_MZONE)
c:SetSPSummonOnce(10105695) c:SetSPSummonOnce(10105695)
--Activate --Activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
...@@ -35,7 +35,7 @@ function c10105695.filter2(c,lv1,slv) ...@@ -35,7 +35,7 @@ function c10105695.filter2(c,lv1,slv)
return c:IsFaceup() and lv2>0 and lv1+lv2>=slv return c:IsFaceup() and lv2>0 and lv1+lv2>=slv
end end
function c10105695.spfilter(c,e,tp,lv) function c10105695.spfilter(c,e,tp,lv)
return c:IsRace(RACE_DRAGON) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and (not lv or c:IsLevelBelow(lv)) return c:IsSetCard(0x133) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and (not lv or c:IsLevelBelow(lv))
end end
function c10105695.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c10105695.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false end if chkc then return false 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