Skip to content

Commit 253dfd0

Browse files
committed
fixed Chemical Cure Blue
1 parent 8bc9221 commit 253dfd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rush/c160004017.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
3333
--Effect
3434
local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
3535
if Duel.Recover(p,d,REASON_EFFECT)>0 and Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_GRAVE,0,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(id,0)) then
36-
local g=Duel.GetMatchingGroup(g,s.filter,LOCATION_GRAVE,0,nil)
36+
local g=Duel.GetMatchingGroup(s.filter,tp,LOCATION_GRAVE,0,nil)
3737
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
3838
local sg=g:Select(tp,1,#g,nil)
3939
if #sg>0 then

0 commit comments

Comments
 (0)