Commit d159ca68 authored by 未闻皂名's avatar 未闻皂名

2023/11/6 bug修复

parent 459dce57
Pipeline #23966 passed with stages
in 7 minutes and 32 seconds
No preview for this file type
......@@ -17,7 +17,7 @@ function cm.confilter(c)
return c:IsFaceup() and c:IsRace(RACE_REPTILE)
end
function cm.filter(c)
return c:IsFaceup() and c:IsType(TYPE_NORMAL) and c:IsRace(RACE_REPTILE)
return c:IsFaceup() and c:IsRace(RACE_REPTILE)
end
function cm.desfilter(c)
return c:IsFaceup() and c:IsType(TYPE_NORMAL)
......
......@@ -33,7 +33,7 @@ end
function cm.costfilter(c)
return c:IsRace(RACE_WYRM) and c:IsAbleToDeckOrExtraAsCost()
end
cm.cost=RD.CostSendGraveToDeck(cm.costfilter,1,1)
cm.cost=RD.CostSendGraveToDeckTop(cm.costfilter,1,1)
--Atk & Def
function cm.target(e,c)
return c:IsFaceup() and c:IsRace(RACE_WYRM)
......
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