Commit a2c09c96 authored by nekrozar's avatar nekrozar

fix

parent 88176637
......@@ -16,11 +16,11 @@ function c63737050.cfilter(c,tp)
return c:GetSummonPlayer()~=tp
end
function c63737050.condition(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c63737050.cfilter,1,nil,tp)
return not eg:IsContains(e:GetHandler()) and eg:IsExists(c63737050.cfilter,1,nil,tp)
end
function c63737050.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,tp,LOCATION_EXTRA)
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,1-tp,LOCATION_EXTRA)
end
function c63737050.operation(e,tp,eg,ep,ev,re,r,rp)
local tg=Duel.GetMatchingGroup(Card.IsAbleToGrave,tp,0,LOCATION_EXTRA,nil)
......
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