Commit 9567ab0b authored by mercury233's avatar mercury233 Committed by DailyShana

fix (#819)

parent 1121d303
...@@ -10,7 +10,7 @@ function c90434926.initial_effect(c) ...@@ -10,7 +10,7 @@ function c90434926.initial_effect(c)
e2:SetDescription(aux.Stringid(90434926,0)) e2:SetDescription(aux.Stringid(90434926,0))
e2:SetCategory(CATEGORY_TOGRAVE+CATEGORY_DRAW) e2:SetCategory(CATEGORY_TOGRAVE+CATEGORY_DRAW)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
e2:SetType(CATEGORY_TOGRAVE+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_DRAW) e2:SetCode(EVENT_DRAW)
e2:SetCondition(c90434926.drcon) e2:SetCondition(c90434926.drcon)
e2:SetCost(c90434926.drcost) e2:SetCost(c90434926.drcost)
......
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