Commit 2268710d authored by mercury233's avatar mercury233 Committed by GitHub

fix 竜操術

parent 6a2ea5d1
......@@ -26,8 +26,11 @@ function c99659159.initial_effect(c)
e3:SetOperation(c99659159.operation)
c:RegisterEffect(e3)
end
function c99659159.atkcfilter(c)
return c:IsFaceup() and c:IsSetCard(0x29) and c:GetOriginalType()&TYPE_MONSTER~=0
end
function c99659159.atktg(e,c)
return c:GetEquipGroup():IsExists(Card.IsSetCard,1,nil,0x29)
return c:GetEquipGroup():IsExists(c99659159.atkcfilter,1,nil)
end
function c99659159.filter(c)
return c:IsSetCard(0x29) and c:IsRace(RACE_DRAGON) and not c:IsForbidden()
......
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