Commit bd30bf6e authored by 伊蕾娜's avatar 伊蕾娜

fix:修复大扫除bug

parent d80c66c4
Pipeline #19740 passed with stage
in 53 seconds
......@@ -6,6 +6,7 @@ function c10915.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,10915+EFFECT_COUNT_CODE_OATH)
e1:SetTarget(c10915.tg1)
e1:SetOperation(c10915.op1)
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