Commit 421c7044 authored by salix5's avatar salix5

fix: ゼロ・エクストラリンク, 海晶乙女の闘海

60162470/ゼロ・エクストラリンク
Add str2 for the 3rd effect

91027843/海晶乙女の闘海
Remove str1(the client hint).
It would reveal that there is a 海晶乙女の闘海 in the deck.
parent cbcf43ff
......@@ -35,7 +35,7 @@ function c60162470.initial_effect(c)
c:RegisterEffect(e5)
--destroy
local e6=Effect.CreateEffect(c)
e6:SetDescription(aux.Stringid(60162470,0))
e6:SetDescription(aux.Stringid(60162470,1))
e6:SetCategory(CATEGORY_DESTROY)
e6:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e6:SetCode(EVENT_BATTLED)
......
......@@ -47,7 +47,7 @@ end
function c91027843.valcheck(e,c)
local g=c:GetMaterial()
if g:IsExists(Card.IsLinkCode,1,nil,67712104) then
c:RegisterFlagEffect(91027843,RESET_EVENT+0x4fe0000,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(91027843,0))
c:RegisterFlagEffect(91027843,RESET_EVENT+0x4fe0000,0,1)
end
end
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