Commit 17cfba4f authored by mercury233's avatar mercury233 Committed by GitHub

fix Necrovalley (#1093)

parent e6ea98bc
...@@ -74,7 +74,7 @@ end ...@@ -74,7 +74,7 @@ end
function c47355498.discheck(ev,category,re,im0,im1) function c47355498.discheck(ev,category,re,im0,im1)
local ex,tg,ct,p,v=Duel.GetOperationInfo(ev,category) local ex,tg,ct,p,v=Duel.GetOperationInfo(ev,category)
if not ex then return false end if not ex then return false end
if v==LOCATION_GRAVE then if v==LOCATION_GRAVE and ct>0 then
if p==0 then return im0 if p==0 then return im0
elseif p==1 then return im1 elseif p==1 then return im1
elseif p==PLAYER_ALL then return im0 and im1 elseif p==PLAYER_ALL then return im0 and im1
......
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