Commit 05d093e2 authored by GuGu's avatar GuGu

Update c21071.lua

parent 0a489ee2
Pipeline #29382 passed with stage
in 14 seconds
...@@ -3,7 +3,7 @@ function c21071.initial_effect(c) ...@@ -3,7 +3,7 @@ function c21071.initial_effect(c)
--draw --draw
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(21071,0)) e1:SetDescription(aux.Stringid(21071,0))
e1:SetCategory(CATEGORY_DRAW) e1:SetCategory(CATEGORY_DRAW+CATEGORY_SPECIAL_SUMMON+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1) e1: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