Commit aac968c8 authored by GuGu's avatar GuGu

Update c74560007.lua

parent 0ba77e03
Pipeline #32662 passed with stage
in 15 seconds
...@@ -177,6 +177,7 @@ end ...@@ -177,6 +177,7 @@ end
function cCardno.cost4(e,tp,eg,ep,ev,re,r,rp,chk) function cCardno.cost4(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,LOCATION_DECK,0,4,nil) end if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,LOCATION_DECK,0,4,nil) end
local g=Duel.GetDecktopGroup(tp,4) local g=Duel.GetDecktopGroup(tp,4)
Duel.DisableShuffleCheck()
Duel.Remove(g,POS_FACEDOWN,REASON_COST) Duel.Remove(g,POS_FACEDOWN,REASON_COST)
end end
function cCardno.tg4(e,tp,eg,ep,ev,re,r,rp,chk) function cCardno.tg4(e,tp,eg,ep,ev,re,r,rp,chk)
......
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