Commit 4f06768b authored by salix5's avatar salix5

Merge pull request #1219 from nekrozar/patch-1

fix Galaxy-Eyes Full Armor Photon Dragon
parents a3267984 4403011a
......@@ -70,7 +70,7 @@ function c39030163.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c39030163.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and tc:IsFaceup() then
if tc:IsRelateToEffect(e) then
Duel.Destroy(tc,REASON_EFFECT)
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