Commit d0157fb7 authored by mercury233's avatar mercury233

fix

parent e61e0de7
...@@ -34,7 +34,7 @@ function c6616912.initial_effect(c) ...@@ -34,7 +34,7 @@ function c6616912.initial_effect(c)
--to deck --to deck
local e6=Effect.CreateEffect(c) local e6=Effect.CreateEffect(c)
e6:SetDescription(aux.Stringid(6616912,1)) e6:SetDescription(aux.Stringid(6616912,1))
e6:SetCategory(CATEGORY_TODECK) e6:SetCategory(CATEGORY_TODECK+CATEGORY_DRAW)
e6:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F) e6:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e6:SetCode(EVENT_PHASE+PHASE_BATTLE) e6:SetCode(EVENT_PHASE+PHASE_BATTLE)
e6:SetCountLimit(1) e6:SetCountLimit(1)
......
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