Commit 1d447b30 authored by Tachibana's avatar Tachibana

ndyd

parent a8a73ae6
Pipeline #5149 passed with stages
in 19 minutes and 58 seconds
......@@ -15,7 +15,7 @@ c:EnableCounterPermit(0x34f)
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_DESTROY)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_CARD_TARGET)
e2:SetCode(EVENT_CHAIN_SOLVED)
e2:SetCountLimit(1,33400008)
e2:SetRange(LOCATION_MZONE)
......
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