Commit 0fdeae03 authored by salix5's avatar salix5

Merge pull request #1401 from DailyShana/patch-3

fix
parents 9209ab3d 5ae667ae
......@@ -22,7 +22,7 @@ function c68304813.initial_effect(c)
end
function c68304813.condition(e,tp,eg,ep,ev,re,r,rp)
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
function c68304813.target(e,tp,eg,ep,ev,re,r,rp,chk)
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