Commit 2d3d0442 authored by EerieCode's avatar EerieCode Committed by mercury233

Fixed "Bug Signal" (#865)

parent e9a0148f
...@@ -6,6 +6,7 @@ function c47185546.initial_effect(c) ...@@ -6,6 +6,7 @@ function c47185546.initial_effect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCountLimit(1,47185546+EFFECT_COUNT_CODE_OATH)
e1:SetTarget(c47185546.target) e1:SetTarget(c47185546.target)
e1:SetOperation(c47185546.activate) e1:SetOperation(c47185546.activate)
c:RegisterEffect(e1) 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