Commit e8660127 authored by mercury233's avatar mercury233 Committed by GitHub

Update c89771220.lua

parent 529be148
...@@ -24,7 +24,7 @@ function c89771220.deckconfilter(c) ...@@ -24,7 +24,7 @@ function c89771220.deckconfilter(c)
return c:IsCode(97148796,27693363) and c:IsFaceup() return c:IsCode(97148796,27693363) and c:IsFaceup()
end end
function c89771220.deckcon(tp) function c89771220.deckcon(tp)
return Duel.IsExistingMatchingCard(c89771220.deckconfilter,tp,LOCATION_MZONE,0,1,nil) return Duel.IsExistingMatchingCard(c89771220.deckconfilter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil)
end end
function c89771220.cfilter(c) function c89771220.cfilter(c)
return c:IsCode(89264428,58793369) and c:IsAbleToRemove() return c:IsCode(89264428,58793369) and c:IsAbleToRemove()
......
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