Commit 7bf06bb3 authored by GuGu's avatar GuGu

Update c999708.lua

parent d214e684
Pipeline #33490 passed with stage
in 9 seconds
...@@ -41,7 +41,7 @@ function M.initial_effect(c) ...@@ -41,7 +41,7 @@ function M.initial_effect(c)
end end
function M.lvfilter(c, tp, xyzc, lv, flag) function M.lvfilter(c, tp, xyzc, lv, flag)
if c:IsType(TYPE_TOKEN) or not c:IsCanBeXyzMaterial(xyzc) then return false end if c:IsType(TYPE_TOKEN) or c:IsFacedown() or not c:IsCanBeXyzMaterial(xyzc) then return false end
if not lv then if not lv then
local temp = Duel.GetLocationCountFromEx(tp, tp, c, TYPE_XYZ) < 1 local temp = Duel.GetLocationCountFromEx(tp, tp, c, TYPE_XYZ) < 1
......
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