Commit 1084cc5e authored by TanakaKotoha's avatar TanakaKotoha

fix

parent e194199f
...@@ -50,7 +50,7 @@ function rsnm.spop(e,tp) ...@@ -50,7 +50,7 @@ function rsnm.spop(e,tp)
end end
function rsnm.spcfilter2(c,e) function rsnm.spcfilter2(c,e)
local val=e:GetValue() local val=e:GetValue()
return c:IsSetCard(0x4552) and ((val==0 and c:IsAbleToDeckAsCost()) or (val==1 and c:IsAbleToGraveAsCost())) return c:IsSetCard(0x4552) and ((val==0 and c:IsAbleToDeckAsCost()) or (val==1 and c:IsAbleToGraveAsCost())) and c~=e:GetHandler()
end end
function rsnm.spcfilter3(c,tp) function rsnm.spcfilter3(c,tp)
return Duel.GetMZoneCount(tp,g,tp)>0 return Duel.GetMZoneCount(tp,g,tp)>0
......
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