Commit 99cce148 authored by GuGu's avatar GuGu

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

parent 8aa1103f
Pipeline #22535 passed with stage
in 59 seconds
......@@ -45,7 +45,7 @@ function c25313.initial_effect(c)
c:RegisterEffect(e5)
end
function c25313.ntfilter(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 c25313.ntcon(e,c)
if c==nil then return true end
......
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