Commit 1391ed7e authored by wind2009's avatar wind2009

Fix CX ギミック・パペット-ファナティクス・マキナ

parent 8f353a2f
......@@ -96,7 +96,7 @@ function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
sg=Duel.SelectTarget(tp,aux.IsInGroup,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil,g)
end
Duel.SetOperationInfo(0,CATEGORY_DESTROY,sg,1,0,0)
if math.max(0,sg:GetFirst():GetTextAttack())>0 then
if sg:GetFirst():IsFaceup() and math.max(0,sg:GetFirst():GetTextAttack())>0 then
Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,0)
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