Skip to content

Commit 05bb5e6

Browse files
committed
fixed Vic Viper Beginning
1 parent 2166c7e commit 05bb5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160023026.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
4444
e1:SetReset(RESETS_STANDARD_PHASE_END)
4545
c:RegisterEffect(e1)
4646
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)
47+
local g2=Duel.SelectMatchingCard(tp,s.tgfilter,tp,LOCATION_HAND|LOCATION_MZONE,0,1,2,c)
4848
local ct=Duel.SendtoGrave(g2,REASON_COST)
4949
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
5050
local g3=Duel.GetMatchingGroup(aux.NecroValleyFilter(s.spfilter),tp,LOCATION_GRAVE,0,nil,e,tp)

0 commit comments

Comments
 (0)