Commit 76e47388 authored by wind2009's avatar wind2009

修改肃声code/setcode

parent caedb578
No preview for this file type
......@@ -36,7 +36,7 @@ function c101204034.initial_effect(c)
c:RegisterEffect(e3)
end
function c101204034.cfilter(c)
return c:IsFaceupEx() and c:IsCode(101203019)
return c:IsFaceupEx() and c:IsCode(25801745)
end
function c101204034.drcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_RITUAL) and Duel.IsExistingMatchingCard(c101204034.cfilter,tp,LOCATION_ONFIELD+LOCATION_GRAVE,0,1,nil)
......
......@@ -30,7 +30,7 @@ function c101204062.initial_effect(c)
c:RegisterEffect(e4)
end
function c101204062.filter(c,e,tp)
return not c:IsCode(101204062) and c:IsFaceupEx() and c:IsSetCard(0x2a6) and c:IsAbleToHand()
return not c:IsCode(101204062) and c:IsFaceupEx() and c:IsSetCard(0x1a6) and c:IsAbleToHand()
end
function c101204062.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE+LOCATION_REMOVED) and chkc:IsControler(tp) and c101204062.filter(chkc,e,tp) 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