Commit 63a04985 authored by salix5's avatar salix5
parent 1ef6316b
...@@ -41,6 +41,7 @@ function c88754763.operation(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -41,6 +41,7 @@ function c88754763.operation(e,tp,eg,ep,ev,re,r,rp,chk)
local dc=Duel.GetOperatedGroup():GetFirst() local dc=Duel.GetOperatedGroup():GetFirst()
Duel.ConfirmCards(1-tp,dc) Duel.ConfirmCards(1-tp,dc)
if dc:IsType(TYPE_MONSTER) then if dc:IsType(TYPE_MONSTER) then
Duel.BreakEffect()
Duel.Damage(1-tp,800,REASON_EFFECT) Duel.Damage(1-tp,800,REASON_EFFECT)
end end
Duel.ShuffleHand(tp) Duel.ShuffleHand(tp)
......
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