Commit b459b5b3 authored by mercury233's avatar mercury233 Committed by GitHub

fix D-HERO ダッシュガイ

parent bc910178
...@@ -58,7 +58,7 @@ function c81866673.posop(e,tp,eg,ep,ev,re,r,rp) ...@@ -58,7 +58,7 @@ function c81866673.posop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c81866673.spcon(e,tp,eg,ep,ev,re,r,rp) function c81866673.spcon(e,tp,eg,ep,ev,re,r,rp)
return ep==tp and Duel.GetCurrentPhase()==PHASE_DRAW return ep==tp and Duel.GetTurnPlayer()==tp and Duel.GetCurrentPhase()==PHASE_DRAW
end end
function c81866673.spfilter(c,e,tp) function c81866673.spfilter(c,e,tp)
return c:IsLocation(LOCATION_HAND) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsLocation(LOCATION_HAND) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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