Commit d94360ab authored by mercury233's avatar mercury233

fix

parent 5fe3ccf4
...@@ -38,7 +38,7 @@ end ...@@ -38,7 +38,7 @@ end
function c100238012.value(e,c) function c100238012.value(e,c)
local tp=c:GetControler() local tp=c:GetControler()
if Duel.GetTurnPlayer()~=tp then return 0 end if Duel.GetTurnPlayer()~=tp then return 0 end
return Duel.GetMatchingGroupCount(c100238012.atkfilter,tp,LOCATION_GRAVE,0,nil)*500 return Duel.GetMatchingGroupCount(c100238012.atkfilter,tp,LOCATION_GRAVE,0,nil)*300
end end
function c100238012.tgcon(e,tp,eg,ep,ev,re,r,rp) function c100238012.tgcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_FUSION) and aux.bdocon(e,tp,eg,ep,ev,re,r,rp) return e:GetHandler():IsSummonType(SUMMON_TYPE_FUSION) and aux.bdocon(e,tp,eg,ep,ev,re,r,rp)
......
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