Commit ae1e5bd2 authored by VanillaSalt's avatar VanillaSalt

fix

parent b3cbf238
...@@ -23,7 +23,7 @@ end ...@@ -23,7 +23,7 @@ end
function c41356845.activate(e,tp,eg,ep,ev,re,r,rp) function c41356845.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and tc:IsFacedown() then if tc:IsRelateToEffect(e) and tc:IsFacedown() then
Duel.ChangePosition(tc,0,POS_FACEUP_ATTACK,0,POS_FACEUP_DEFENCE) Duel.ChangePosition(tc,0,POS_FACEUP_ATTACK,0,POS_FACEUP_DEFENCE,false,true)
if tc:IsDefenceBelow(2000) then if tc:IsDefenceBelow(2000) then
Duel.BreakEffect() Duel.BreakEffect()
Duel.Destroy(tc,REASON_EFFECT) Duel.Destroy(tc,REASON_EFFECT)
......
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