Commit d06b3907 authored by Tachibana's avatar Tachibana

ybb

parent 5df75720
Pipeline #10841 passed with stages
in 34 minutes and 21 seconds
No preview for this file type
...@@ -24,7 +24,7 @@ function cm.initial_effect(c) ...@@ -24,7 +24,7 @@ function cm.initial_effect(c)
e3:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e3:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e3:SetTargetRange(1,0) e3:SetTargetRange(1,0)
e3:SetCondition(cm.rmcon1) e3:SetCondition(cm.rmcon1)
c:RegisterEffect(e2) c:RegisterEffect(e3)
local e4=e3:Clone() local e4=e3:Clone()
e4:SetCode(EFFECT_CANNOT_SUMMON) e4:SetCode(EFFECT_CANNOT_SUMMON)
c:RegisterEffect(e4) c:RegisterEffect(e4)
......
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