Commit 5c7b7da0 authored by Nemo Ma's avatar Nemo Ma

Update c33700936.lua

parent 905697ed
......@@ -36,7 +36,7 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp,chk)
local act=Duel.AnnounceNumber(tp,table.unpack(t))
Duel.ConfirmDecktop(tp,act)
local rg=Duel.GetDecktopGroup(tp,act)
local codect=rg:GetClassCount(Card.IsCode)
local codect=rg:GetClassCount(Card.GetCode)
if codect<act then
if c then Duel.SendtoGrave(c,REASON_EFFECT)
Duel.ShuffleDeck(tp)
......
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