Commit 010534c8 authored by wind2009's avatar wind2009

Fix 超獣の咆哮

parent 6d98ea13
Pipeline #28235 passed with stages
in 1 minute and 3 seconds
......@@ -15,8 +15,7 @@ function s.initial_effect(c)
c:RegisterEffect(e1)
end
function s.desfilter(c,tp,ec)
return c:IsFaceup()
and Duel.IsExistingTarget(nil,tp,0,LOCATION_ONFIELD,1,Group.FromCards(c,ec))
return c:IsType(TYPE_MONSTER) and Duel.IsExistingTarget(nil,tp,0,LOCATION_ONFIELD,1,Group.FromCards(c,ec))
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