Commit a7422398 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12038015.lua

parent e4af4c4a
......@@ -58,7 +58,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.Draw(p,d,REASON_EFFECT)
if Duel.GetFieldGroupCount(tp,LOCATION_HAND,0)>3 and e:GetHandler():IsType(TYPE_XYZ) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_XMATERIAL)
local g=Duel.SelectMatchingCard(tp,Card.IsCanOverlay,tp,LOCATION_HAND,0,1,1,nil)
local g=Duel.SelectMatchingCard(tp,nil,tp,LOCATION_HAND,0,1,1,nil)
Duel.Overlay(c,g)
end
end
......
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