Skip to content

Commit 6a30dcb

Browse files
authored
"Jurrac Volcano" fix
Fixed a bug where Ash Blossom & Joyous Spring would be able to negate its effect to special summon from the Extra Deck
1 parent e1b3082 commit 6a30dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

official/c89948817.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
6363
and Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_DECK,0,1,nil,e,tp) end
6464
local g=Duel.GetMatchingGroup(s.desfilter,tp,LOCATION_MZONE,0,nil,tp)
6565
Duel.SetOperationInfo(0,CATEGORY_DESTROY,g,1,tp,0)
66-
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK)
66+
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
6767
end
6868
function s.spop(e,tp,eg,ep,ev,re,r,rp)
6969
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
@@ -122,4 +122,4 @@ function s.checkop(e,tp,eg,ep,ev,re,r,rp)
122122
if re:IsMonsterEffect() then
123123
Duel.RegisterFlagEffect(rp,id,RESET_PHASE|PHASE_END,0,1)
124124
end
125-
end
125+
end

0 commit comments

Comments
 (0)