Commit da8d1c77 authored by GuGu's avatar GuGu

Update c22271105.lua 代传

parent 39103329
Pipeline #20102 passed with stage
in 7 seconds
......@@ -60,7 +60,7 @@ function c22271105.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function c22271105.tgfilter(c)
return c:IsCode(22271101) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToDeck()
return c:IsCode(22271101) and c:IsAbleToDeck()
end
function c22271105.tg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and c22271105.tgfilter(chkc) 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