Commit c13737e2 authored by GuGu's avatar GuGu

Update c86379654.lua

parent ca323515
Pipeline #40225 passed with stage
in 9 seconds
...@@ -19,7 +19,7 @@ function c86379654.initial_effect(c) ...@@ -19,7 +19,7 @@ function c86379654.initial_effect(c)
--todeck --todeck
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(86379654,1)) e2:SetDescription(aux.Stringid(86379654,1))
e2:SetCategory(CATEGORY_TODECK) --e2:SetCategory(CATEGORY_TODECK)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetCountLimit(1) e2: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