Commit 352674ee authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12035003.lua

parent 4f8ba7f2
...@@ -95,7 +95,7 @@ function cm.spcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -95,7 +95,7 @@ function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
return tt>0 and Duel.GetLocationCount(tp,LOCATION_SZONE)>0 return tt>0 and Duel.GetLocationCount(tp,LOCATION_SZONE)>0
end end
function cm.spop(e,tp,eg,ep,ev,re,r,rp) function cm.spop(e,tp,eg,ep,ev,re,r,rp)
if not Duel.GetLocationCount(tp,LOCATION_SZONE)>0 then return end if Duel.GetLocationCount(tp,LOCATION_SZONE)==0 then return end
Duel.Draw(tp,1,REASON_EFFECT) Duel.Draw(tp,1,REASON_EFFECT)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD)
local g=Duel.SelectMatchingCard(tp,cm.setfilter,tp,LOCATION_HAND,0,1,1,nil) local g=Duel.SelectMatchingCard(tp,cm.setfilter,tp,LOCATION_HAND,0,1,1,nil)
......
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