Commit 228ece20 authored by 独孤朲's avatar 独孤朲

Merge pull request #715 from woodee/patch-48

fix
parents b0ad156c 10c5ed98
...@@ -20,7 +20,10 @@ function c18964575.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -20,7 +20,10 @@ function c18964575.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SendtoGrave(e:GetHandler(),REASON_COST+REASON_DISCARD) Duel.SendtoGrave(e:GetHandler(),REASON_COST+REASON_DISCARD)
end end
function c18964575.operation(e,tp,eg,ep,ev,re,r,rp) function c18964575.operation(e,tp,eg,ep,ev,re,r,rp)
local at=Duel.GetAttacker()
if at:IsAttackable() then
if Duel.NegateAttack() then if Duel.NegateAttack() then
Duel.SkipPhase(1-tp,PHASE_BATTLE,RESET_PHASE+PHASE_BATTLE,1) Duel.SkipPhase(1-tp,PHASE_BATTLE,RESET_PHASE+PHASE_BATTLE,1)
end end
end
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