Commit 8e79ea25 authored by 八宫一月's avatar 八宫一月 Committed by GitHub

Update c56511382.lua (#2375)

parent 5f81cc5d
......@@ -36,7 +36,7 @@ end
function c56511382.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
local lv=tc:GetLevel()
if tc:IsRelateToEffect(e) and c56511382.desfilter(tc,tp) and Duel.Destroy(tc,REASON_EFFECT)~=0 then
if tc:IsRelateToEffect(e) and c56511382.desfilter(tc,1-tp) and Duel.Destroy(tc,REASON_EFFECT)~=0 then
Duel.Damage(1-tp,lv*400,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