Commit 133d6a53 authored by salix5's avatar salix5

workwround fix 沈黙の邪悪霊

revert 134ffe60
parent ca991259
......@@ -24,12 +24,10 @@ function c93599951.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c93599951.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=e:GetLabelObject()
if Duel.NegateAttack() and tc:IsRelateToEffect(e) and tc:IsFaceup() then
if tc:IsRelateToEffect(e) and tc:IsFaceup() then
if tc:IsDefensePos() then
Duel.ChangePosition(tc,POS_FACEUP_ATTACK)
end
if tc:IsAttackable() and not tc:IsImmuneToEffect(e) then
Duel.CalculateDamage(tc,Duel.GetAttackTarget())
end
Duel.ChangeAttacker(tc)
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