Commit cd057bf4 authored by salix5's avatar salix5

Merge pull request #1335 from nekrozar/patch-1

fix Cyber Dragon Drei
parents 2614ff56 fde5826f
......@@ -73,7 +73,7 @@ function c59281922.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c59281922.operation(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
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
......
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