Commit ee3de39f authored by POLYMER's avatar POLYMER

fix

parent 1729e1fe
......@@ -73,7 +73,7 @@ function c28368431.regop(e,tp,eg,ep,ev,re,r,rp)
Duel.SetLP(tp,3000)
end
function c28368431.cfilter(c)
return c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousPosition(POS_FACEUP) and c:IsReason(REASON_BATTLE+REASON_EFFECT)
return c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousPosition(POS_FACEUP) and c:IsReason(REASON_BATTLE+REASON_EFFECT) and not c:IsType(TYPE_TOKEN)
end
function c28368431.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:Filter(c28368431.cfilter,nil):GetSum(Card.GetPreviousAttackOnField)+eg:Filter(c28368431.cfilter,nil):GetSum(Card.GetPreviousDefenseOnField)>=Duel.GetLP(tp) and not eg:IsContains(e:GetHandler())
......
......@@ -25,7 +25,7 @@ function c53798006.xyzop(e,tp,chk)
Duel.SendtoGrave(g,REASON_COST+REASON_DISCARD)
end
function c53798006.valcheck(e,c)
e:GetLabelObject():SetLabel(c:GetMaterial():GetSum(Card.GetAttack()))
e:GetLabelObject():SetLabel(c:GetMaterial():GetSum(Card.GetAttack))
end
function c53798006.desop(e,tp,eg,ep,ev,re,r,rp)
local atk=e:GetLabel()
......
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