Commit 85928863 authored by mercury233's avatar mercury233 Committed by GitHub

fix 暗黒界の洗脳

parent 23b33f66
...@@ -13,6 +13,7 @@ function c10131855.initial_effect(c) ...@@ -13,6 +13,7 @@ function c10131855.initial_effect(c)
e2:SetType(EFFECT_TYPE_ACTIVATE) e2:SetType(EFFECT_TYPE_ACTIVATE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCode(EVENT_CHAINING) e2:SetCode(EVENT_CHAINING)
e2:SetCountLimit(1,EFFECT_COUNT_CODE_CHAIN)
e2:SetCondition(c10131855.condition) e2:SetCondition(c10131855.condition)
e2:SetTarget(c10131855.target) e2:SetTarget(c10131855.target)
e2:SetOperation(c10131855.operation) e2:SetOperation(c10131855.operation)
......
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