Commit 47b36be4 authored by Tachibana's avatar Tachibana

ndyd

parent abf50a90
......@@ -305,7 +305,7 @@ function XY.maganechcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONFIRM)
local g1=Duel.SelectMatchingCard(tp,XY.maganecostfilter1,tp,LOCATION_HAND,0,1,1,e:GetHandler())
local tc=g1:GetFirst()
Duel.ConfirmCards(1-tp,tc)
Duel.ConfirmCards(1-tp,tc)
end
function XY.maganetg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return true end
......@@ -705,7 +705,7 @@ function XY.maganeop5(e,tp,eg,ep,ev,re,r,rp)
Duel.Recover(tp,at2,REASON_EFFECT)
end
else
Duel.Damage(tp,2000,REASON_EFFECT)
Duel.Damage(1-tp,2000,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