Commit 16efcf5c authored by mercury233's avatar mercury233 Committed by GitHub

fix typo

parent 9efbb615
...@@ -51,7 +51,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -51,7 +51,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local lc=tg:GetFirst() local lc=tg:GetFirst()
if #tg~=2 then return end if #tg~=2 then return end
if lc==tc then lc=tg:GetNext() end if lc==tc then lc=tg:GetNext() end
if tc:IsFaceup() and tc:IsRelateToEffect(e) and tc:IsControler(1-tp) and and tc:IsCanBeDisabledByEffect(e) then if tc:IsFaceup() and tc:IsRelateToEffect(e) and tc:IsControler(1-tp) and tc:IsCanBeDisabledByEffect(e) then
local upatk=tc:GetBaseAttack() local upatk=tc:GetBaseAttack()
if tc:GetBaseAttack()<tc:GetBaseDefense() then if tc:GetBaseAttack()<tc:GetBaseDefense() then
upatk=tc:GetBaseDefense() upatk=tc:GetBaseDefense()
......
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