Commit 89c1f2fe authored by HidarimeYume's avatar HidarimeYume

yume fix

parent 8d546aac
......@@ -106,7 +106,7 @@ function c71400013.operation2(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(el3)
end
function c71400013.discon(e,tp,eg,ep,ev,re,r,rp)
return re:IsActiveType(TYPE_MONSTER) and rp==1-tp
return re:IsActiveType(TYPE_MONSTER) and rp==1-tp and re:GetActivateLocation()&(LOCATION_MZONE+LOCATION_GRAVE)~=0
end
function c71400013.disop(e,tp,eg,ep,ev,re,r,rp)
Duel.NegateEffect(ev)
......
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