Commit 44f9ad69 authored by GuGu's avatar GuGu

Update c21056.lua

parent 9db6e5e1
Pipeline #32939 passed with stage
in 9 seconds
......@@ -6,7 +6,7 @@ function c21056.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,21056+EFFECT_COUNT_CODE_DUEL)
e1:SetCountLimit(1,21056+EFFECT_COUNT_CODE_DUEL+EFFECT_COUNT_CODE_OATH)
e1:SetTarget(c21056.target)
e1:SetOperation(c21056.activate)
c:RegisterEffect(e1)
......
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