Commit 7aaa049f authored by POLYMER's avatar POLYMER

fix

parent f3c5732e
......@@ -49,7 +49,7 @@ function c60158215.e1conf(c)
return c:IsFaceup() and (c:IsCode(60158001) or c:IsType(TYPE_LINK))
end
function c60158215.e1con(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c60158215.e1conf,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil) and Duel.IsChainNegatable(ev)
return Duel.IsExistingMatchingCard(c60158215.e1conf,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil) and Duel.IsChainNegatable(ev)
and ep==1-tp
end
function c60158215.e1tg(e,tp,eg,ep,ev,re,r,rp,chk)
......
......@@ -50,7 +50,7 @@ function c60158216.e1conf(c)
return c:IsFaceup() and (c:IsCode(60158001) or c:IsType(TYPE_LINK))
end
function c60158216.e1con(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c60158216.e1conf,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil) and rp==1-tp
return Duel.IsExistingMatchingCard(c60158216.e1conf,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil) and rp==1-tp
end
function c60158216.e1tgf(c)
return c:IsType(TYPE_LINK) and c:IsAbleToRemove()
......
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