Commit ad5eaed8 authored by 八宫一月's avatar 八宫一月

fix2

parent 576f6d48
...@@ -70,7 +70,7 @@ end ...@@ -70,7 +70,7 @@ end
function s.gcfilter3(c,atk) function s.gcfilter3(c,atk)
return c:IsFaceup() and c:GetAttack()>atk return c:IsFaceup() and c:GetAttack()>atk
end end
function s.gctg(e,tp,eg,ep,ev,re,r,rp,chk) function s.gctg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE+LOCATION_GRAVE) and chkc:IsFaceup() end if chkc then return chkc:IsLocation(LOCATION_MZONE+LOCATION_GRAVE) and chkc:IsFaceup() end
if chk==0 then return Duel.IsExistingTarget(s.gcfilter1,tp,LOCATION_MZONE+LOCATION_GRAVE,0,1,nil,tp) end if chk==0 then return Duel.IsExistingTarget(s.gcfilter1,tp,LOCATION_MZONE+LOCATION_GRAVE,0,1,nil,tp) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SELECT) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SELECT)
......
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