Commit 4fab4e18 authored by 未闻皂名's avatar 未闻皂名

2022/11/18 bug修复

parent b887a8c6
Pipeline #17988 passed with stages
in 4 minutes and 59 seconds
......@@ -19,7 +19,7 @@ end
--Atk Up
cm.indval=RD.ValueEffectIndesType(TYPE_MONSTER+TYPE_SPELL+TYPE_TRAP,TYPE_MONSTER+TYPE_SPELL+TYPE_TRAP)
function cm.thfilter(c)
return c:IsCode(list[3]) and c:IsAbleToHand()
return RD.IsLegendCode(c,list[3]) and c:IsAbleToHand()
end
cm.cost=RD.CostSendHandToGrave(Card.IsAbleToGraveAsCost,1,1)
function cm.operation(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