Commit 98d98d05 authored by Tachibana's avatar Tachibana

12

parent d4d7c177
No preview for this file type
......@@ -177,8 +177,8 @@ end
function gs.condition3(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsFacedown()
end
function gs.hdspfilter0(c)
return c:IsFaceup() and c:IsCanTurnSet() and (c:IsControler(tp) or Duel.IsPlayerAffectedByEffect(16104622))
function gs.hdspfilter0(c,tp)
return c:IsFaceup() and c:IsCanTurnSet() and (c:IsControler(tp) or Duel.IsPlayerAffectedByEffect(tp,16104622))
end
function gs.hdsptg0(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>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