Commit a57b3522 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 154883c0
...@@ -36,7 +36,7 @@ end ...@@ -36,7 +36,7 @@ end
function c58468105.value(e,c) function c58468105.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(c58468105.atkfilter,tp,LOCATION_GRAVE,0,nil)*500 return Duel.GetMatchingGroupCount(c58468105.atkfilter,tp,LOCATION_GRAVE,0,nil)*300
end end
function c58468105.tgcon(e,tp,eg,ep,ev,re,r,rp) function c58468105.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