Commit d800edc8 authored by Grajade's avatar Grajade

Update c27067.lua

parent 4e6a01b4
Pipeline #12113 passed with stage
in 36 seconds
......@@ -25,7 +25,8 @@ function c27067.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
local ct=tc:GetCounter(0x119)
if tc:IsRelateToEffect(e) and Duel.Destroy(tc,REASON_EFFECT)>0 then
Duel.Damage(tp,ct*300,REASON_EFFECT)
Duel.Damage(1-tp,ct*300,REASON_EFFECT)
Duel.Damage(tp,ct*300,REASON_EFFECT,true)
Duel.Damage(1-tp,ct*300,REASON_EFFECT,true)
Duel.RDComplete()
end
end
\ No newline at end of file
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