We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2166c7e commit 05bb5e6Copy full SHA for 05bb5e6
rush/c160023026.lua
@@ -44,7 +44,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
44
e1:SetReset(RESETS_STANDARD_PHASE_END)
45
c:RegisterEffect(e1)
46
if Duel.IsExistingMatchingCard(s.tgfilter,tp,LOCATION_HAND|LOCATION_MZONE,0,1,c) and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then
47
- local g2=Duel.SelectMatchingCard(tp,s.tgfilter,tp,LOCATION_HAND,0,1,2,nil)
+ local g2=Duel.SelectMatchingCard(tp,s.tgfilter,tp,LOCATION_HAND|LOCATION_MZONE,0,1,2,c)
48
local ct=Duel.SendtoGrave(g2,REASON_COST)
49
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
50
local g3=Duel.GetMatchingGroup(aux.NecroValleyFilter(s.spfilter),tp,LOCATION_GRAVE,0,nil,e,tp)
0 commit comments