Commit b489f564 authored by mercury233's avatar mercury233 Committed by GitHub

fix Marincess Crystal Heart

parent 94f15d2f
......@@ -72,7 +72,8 @@ function c67712104.indcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if at==c then return true end
local lg=c:GetLinkedGroup()
return at and at:IsControler(tp) and at:IsFaceup() and at:IsSetCard(0x12b) and lg:IsContains(at)
return at:IsControler(tp) and at:IsFaceup()
and at:IsSetCard(0x12b) and at:IsType(TYPE_LINK) and lg:IsContains(at)
end
function c67712104.costfilter(c)
return c:IsSetCard(0x12b) and c:IsType(TYPE_MONSTER) and c:IsAbleToGraveAsCost()
......
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