@@ -25,7 +25,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
2525 if chk == 0 then return Duel .IsExistingMatchingCard (Card .IsAbleToGraveAsCost ,tp ,LOCATION_ONFIELD |LOCATION_HAND ,0 ,1 ,e :GetHandler ()) end
2626end
2727function s .target (e ,tp ,eg ,ep ,ev ,re ,r ,rp ,chk )
28- if chk == 0 then return Duel .GetFieldGroupCount (tp ,0 ,LOCATION_HAND |LOCATION_ONFIELD )> 0 end
28+ if chk == 0 then return Duel .GetFieldGroupCountRush (tp ,0 ,LOCATION_HAND |LOCATION_ONFIELD )> 0 end
2929end
3030function s .operation (e ,tp ,eg ,ep ,ev ,re ,r ,rp )
3131 local c = e :GetHandler ()
@@ -34,7 +34,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
3434 local tc = Duel .SelectMatchingCard (tp ,Card .IsAbleToGraveAsCost ,tp ,LOCATION_ONFIELD |LOCATION_HAND ,0 ,1 ,1 ,c ):GetFirst ()
3535 if Duel .SendtoGrave (tc ,REASON_COST )== 0 then return end
3636 -- Effect
37- local ct = Duel .GetFieldGroupCount (tp ,0 ,LOCATION_HAND |LOCATION_ONFIELD )
37+ local ct = Duel .GetFieldGroupCountRush (tp ,0 ,LOCATION_HAND |LOCATION_ONFIELD )
3838 local e1 = Effect .CreateEffect (c )
3939 e1 :SetType (EFFECT_TYPE_SINGLE )
4040 e1 :SetCode (EFFECT_UPDATE_ATTACK )
0 commit comments