Commit 5ae667ae authored by DailyShana's avatar DailyShana

fix

parent b857b1da
...@@ -22,7 +22,7 @@ function c68304813.initial_effect(c) ...@@ -22,7 +22,7 @@ function c68304813.initial_effect(c)
end end
function c68304813.condition(e,tp,eg,ep,ev,re,r,rp) function c68304813.condition(e,tp,eg,ep,ev,re,r,rp)
local tc=eg:GetFirst() local tc=eg:GetFirst()
return bit.band(tc:GetSummonType(),SUMMON_TYPE_ADVANCE)==SUMMON_TYPE_ADVANCE and tc:GetMaterialCount()>=2 and tc:IsControler(tp) return bit.band(tc:GetSummonType(),SUMMON_TYPE_ADVANCE)==SUMMON_TYPE_ADVANCE and tc:GetMaterialCount()>=2 and tc:GetSummonPlayer()==tp
end end
function c68304813.target(e,tp,eg,ep,ev,re,r,rp,chk) function c68304813.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
......
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