Commit 09bb862c authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Staring Contest (#1782)

parent 5bde113b
......@@ -8,7 +8,6 @@ function c97729135.initial_effect(c)
--move
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(97729135,0))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetRange(LOCATION_SZONE)
......@@ -20,7 +19,6 @@ function c97729135.initial_effect(c)
--move
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(97729135,1))
e3:SetCategory(CATEGORY_SPECIAL_SUMMON)
e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetRange(LOCATION_SZONE)
......
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