Commit 77e1ed48 authored by mercury233's avatar mercury233 Committed by GitHub

fix typo

parent 5c050377
......@@ -63,7 +63,7 @@ function c46384672.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c46384672.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsFaceup() and tc:IsRelateToEffect(e) and tc:GetAttack()<=e:GetLabel() and tc::IsControler(1-tp) then
if tc:IsFaceup() and tc:IsRelateToEffect(e) and tc:GetAttack()<=e:GetLabel() and tc:IsControler(1-tp) then
Duel.Destroy(tc,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