Commit e83cc05c authored by Tachibana's avatar Tachibana

eme

parent 86dafe8a
Pipeline #7186 passed with stages
in 23 minutes and 21 seconds
......@@ -1275,7 +1275,6 @@
47578926 2 --堕天司 阿萨谢尔
47578930 0 --天司圣域—迦南
47578932 0 --天司长副官 贝利亚
47578932 0 --天司长副官 贝利亚
47578934 0 --守护天使 武器幻影
47578935 0 --守护天使 炽天摇篮
47578936 1 --堕天司 奥利维尔
......
......@@ -28,8 +28,8 @@ function cm.costfilter(c)
return c:IsSetCard(0x3b41) and c:IsAbleToGraveAsCost()
end
function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.costfilter,tp,LOCATION_HAND+LOCATION_ONFIELD,0,1,nil) end
local g=Duel.SelectMatchingCard(tp,cm.costfilter,tp,LOCATION_HAND+LOCATION_ONFIELD,0,1,1,nil)
if chk==0 then return Duel.IsExistingMatchingCard(cm.costfilter,tp,LOCATION_HAND+LOCATION_ONFIELD,0,1,e:GetHandler()) end
local g=Duel.SelectMatchingCard(tp,cm.costfilter,tp,LOCATION_HAND+LOCATION_ONFIELD,0,1,1,e:GetHandler())
Duel.SendtoGrave(g,REASON_COST)
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
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