Commit 99f0761a authored by GuGu's avatar GuGu

Update c25501.lua 上古八阿哥

parent 4f6c266a
Pipeline #26221 passed with stage
in 22 seconds
......@@ -29,7 +29,7 @@ function c25501.initial_effect(c)
end
function c25501.mattg(e,c)
local tp=e:GetHandler():GetControler()
local check1=c:IsType(TYPE_MONSTER) and (c:IsOnField() or c:IsFacedown())
local check1=c:IsType(TYPE_MONSTER) and c:IsOnField() and c:IsFaceup()
return check1 and not (c:IsType(TYPE_LINK) and c:IsControler(1-tp))
end
function c25501.matval(e,lc,mg,c,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