Commit 4bf947a0 authored by Amiya's avatar Amiya

修复

parent 6babe5f8
Pipeline #40991 passed with stages
in 2 minutes and 12 seconds
...@@ -65,7 +65,7 @@ function s.eqlimit(e,c) ...@@ -65,7 +65,7 @@ function s.eqlimit(e,c)
return c==e:GetLabelObject() return c==e:GetLabelObject()
end end
function s.rmcost(e,tp,eg,ep,ev,re,r,rp,chk) function s.rmcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():GetEquipTarget() and e:GetHandler():IsAbleToGraveAsCost() end if chk==0 then return e:GetHandler():GetEquipTarget():IsSetCard(0x29) and e:GetHandler():IsAbleToGraveAsCost() end
Duel.SendtoGrave(e:GetHandler(),REASON_COST) Duel.SendtoGrave(e:GetHandler(),REASON_COST)
end end
function s.rmfilter(c) function s.rmfilter(c)
......
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