Commit 85f5aa31 authored by wind2009's avatar wind2009

Fix SNo.38 タイタニック・ギャラクシー

parent 759d0b23
Pipeline #31299 passed with stages
in 1 minute and 10 seconds
......@@ -46,7 +46,8 @@ function s.atkval(e,c)
return c:GetOverlayCount()*200
end
function s.filter(c)
return c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsCanOverlay() and c:IsControlerCanBeChanged()
return c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsCanOverlay()
and (c:IsControlerCanBeChanged() or not c:IsType(TYPE_MONSTER))
end
function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local c=e:GetHandler()
......
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