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

fix 海晶乙女の闘海

parent 7a2c5a69
...@@ -16,10 +16,8 @@ function c91027843.initial_effect(c) ...@@ -16,10 +16,8 @@ function c91027843.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
--immune --immune
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(91027843,0))
e3:SetType(EFFECT_TYPE_FIELD) e3:SetType(EFFECT_TYPE_FIELD)
e3:SetCode(EFFECT_IMMUNE_EFFECT) e3:SetCode(EFFECT_IMMUNE_EFFECT)
e3:SetProperty(EFFECT_FLAG_CLIENT_HINT)
e3:SetRange(LOCATION_FZONE) e3:SetRange(LOCATION_FZONE)
e3:SetTargetRange(LOCATION_MZONE,0) e3:SetTargetRange(LOCATION_MZONE,0)
e3:SetTarget(c91027843.immtg) e3:SetTarget(c91027843.immtg)
...@@ -49,7 +47,7 @@ end ...@@ -49,7 +47,7 @@ end
function c91027843.valcheck(e,c) function c91027843.valcheck(e,c)
local g=c:GetMaterial() local g=c:GetMaterial()
if g:IsExists(Card.IsLinkCode,1,nil,67712104) then if g:IsExists(Card.IsLinkCode,1,nil,67712104) then
c:RegisterFlagEffect(91027843,RESET_EVENT+0x4fe0000,0,1) c:RegisterFlagEffect(91027843,RESET_EVENT+0x4fe0000,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(91027843,0))
end end
end end
function c91027843.atkval(e,c) function c91027843.atkval(e,c)
......
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