Skip to content

Commit 6d7f972

Browse files
committed
fixed Explorer of the Temple
1 parent 5ac4d4b commit 6d7f972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rush/c160323010.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
3030
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_GRAVE)
3131
end
3232
function s.spfilter2(c,e,tp)
33-
return c:IsLevel(7) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
33+
return c:IsLevel(7) and c:IsType(TYPE_RITUAL) and c:IsAttack(2300) and c:IsDefense(2500) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
3434
end
3535
function s.operation(e,tp,eg,ep,ev,re,r,rp)
3636
--Requirement
37-
local g=Duel.GetMatchingGroup(s.tdfilter,tp,LOCATION_GRAVE,0,nil)
37+
local g=Duel.GetMatchingGroup(s.tdfilter,tp,LOCATION_GRAVE,0,nil,tp)
3838
local td=aux.SelectUnselectGroup(g,e,tp,2,2,s.rescon,1,tp,HINTMSG_SELECT)
3939
Duel.HintSelection(td)
4040
if Duel.SendtoDeck(td,nil,SEQ_DECKSHUFFLE,REASON_COST)<1 then return end

0 commit comments

Comments
 (0)