Commit 98cf7d76 authored by mercury233's avatar mercury233 Committed by GitHub

fix 海晶乙女クリスタルハート (#1542)

parent 78dbccf6
......@@ -46,7 +46,7 @@ function c67712104.initial_effect(c)
end
function c67712104.valcheck(e,c)
local g=c:GetMaterial()
if g:IsExists(Card.IsLinkCode,1,nil,67712104) then
if c:IsType(TYPE_LINK) and g:IsExists(Card.IsLinkCode,1,nil,67712104) then
c:RegisterFlagEffect(91027843,RESET_EVENT+0x4fe0000,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(91027843,0))
end
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