Commit 1bc1d642 authored by Vury Leo's avatar Vury Leo

remove type hint

parent bfe7ae41
Pipeline #40658 failed with stages
in 1 minute and 14 seconds
......@@ -18,7 +18,6 @@ function s.desfilter(c,tp)
return c:IsType(TYPE_SPELL+TYPE_TRAP)
and (c:IsControler(tp) or c:IsFaceup())
end
--- @param e Effect
function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local c=e:GetHandler()
if chkc then return chkc:IsOnField() and s.desfilter(chkc,tp) and chkc~=c 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