Commit 9a31b236 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12031005.lua

parent 0d575107
......@@ -50,7 +50,9 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
Duel.SendtoHand(re:GetHandler(),nil,REASON_EFFECT)
if true then
Duel.SendtoHand(re:GetHandler(),nil,REASON_EFFECT)
end
local sc=Duel.GetOperatedGroup()
if sc:GetCount()==0 then
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
......
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