Commit 8a0ab630 authored by GuGu's avatar GuGu

Update c31043.lua 灵摆区装备卡适配

parent 7d89f44b
Pipeline #22537 passed with stage
in 47 seconds
......@@ -77,7 +77,7 @@ function c31043.val(e,c)
return c:GetEquipCount()*300
end
function c31043.cfilter(c)
return c:IsType(TYPE_EQUIP) and c:IsAbleToGraveAsCost()
return (c:IsType(TYPE_EQUIP) or c:IsLocation(LOCATION_PZONE) and c:GetEquipTarget()) and c:IsAbleToGraveAsCost()
end
function c31043.descost(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetFieldGroup(tp,LOCATION_SZONE,0)
......
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