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

fix 墓守の罠

parent 401fe947
...@@ -41,7 +41,7 @@ function c98715423.initial_effect(c) ...@@ -41,7 +41,7 @@ function c98715423.initial_effect(c)
--confirm deck --confirm deck
local e4=Effect.CreateEffect(c) local e4=Effect.CreateEffect(c)
e4:SetCategory(CATEGORY_ANNOUNCE+CATEGORY_TOGRAVE) e4:SetCategory(CATEGORY_ANNOUNCE+CATEGORY_TOGRAVE)
e4:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e4:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e4:SetCode(EVENT_PREDRAW) e4:SetCode(EVENT_PREDRAW)
e4:SetRange(LOCATION_SZONE) e4:SetRange(LOCATION_SZONE)
e4:SetCountLimit(1,98715424) e4:SetCountLimit(1,98715424)
......
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