Commit 7c3e8d6e authored by wind2009's avatar wind2009

Merge branch 'patch-3' into 'master'

Fix フォーリンチーター

See merge request !242
parents 9bd16d5d f8b94b95
Pipeline #41511 passed with stages
in 1 minute and 39 seconds
...@@ -68,7 +68,7 @@ function s.ctop(e,tp,eg,ep,ev,re,r,rp) ...@@ -68,7 +68,7 @@ function s.ctop(e,tp,eg,ep,ev,re,r,rp)
c:SetCardTarget(tc) c:SetCardTarget(tc)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE+EFFECT_FLAG_SET_AVAILABLE) e1:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e1:SetCode(EFFECT_UNRELEASABLE_SUM) e1:SetCode(EFFECT_UNRELEASABLE_SUM)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCondition(s.nrcon) e1:SetCondition(s.nrcon)
......
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