Commit 8725c101 authored by Chen Bill's avatar Chen Bill
parent 300ac2a4
......@@ -31,7 +31,8 @@ function c67048711.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function c67048711.operation(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetMatchingGroupCount(c67048711.filter,tp,LOCATION_SZONE,0,nil)==3 then
local ex=Duel.GetOperationInfo(0,CATEGORY_DRAW)
if ex then
if Duel.Draw(tp,3,REASON_EFFECT)~=0 then
Duel.BreakEffect()
local g=Duel.GetMatchingGroup(c67048711.filter,tp,LOCATION_ONFIELD,0,nil)
......
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