Commit 8ed6e354 authored by Grajade's avatar Grajade

Update c33331563.lua

parent cb9a1807
......@@ -38,10 +38,10 @@ function c33331563.tfilter2(c)
return c:IsSetCard(0x55e) and c:IsAbleToHand()
end
function c33331563.tg2(e,tp,eg,ep,ev,re,r,rp,chk)
local sg=Duel.GetMatchingGroup(c33331563.tfilter2,tp,LOCATION_DECK,0,nil)
if chk==0 then
if e:GetLabel()~=100 then return false end
e:SetLabel(0)
local sg=Duel.GetMatchingGroup(c33331563.tfilter2,tp,LOCATION_DECK,0,nil)
return sg:GetClassCount(Card.GetCode)>=3
end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONFIRM)
......
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