Commit e9d16732 authored by Nemo Ma's avatar Nemo Ma Committed by GitHub

Merge pull request #7 from Sonic714/master

fix yume disable location
parents 8d546aac 89c1f2fe
......@@ -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