Commit 81db2b31 authored by nekrozar's avatar nekrozar Committed by DailyShana

fix Hiro's Shadow Scout (#696)

parent e1a3fec6
...@@ -19,6 +19,7 @@ end ...@@ -19,6 +19,7 @@ end
function c81863068.operation(e,tp,eg,ep,ev,re,r,rp) function c81863068.operation(e,tp,eg,ep,ev,re,r,rp)
local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM) local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
if Duel.Draw(p,d,REASON_EFFECT)==0 then return end if Duel.Draw(p,d,REASON_EFFECT)==0 then return end
Duel.BreakEffect()
local g=Duel.GetOperatedGroup() local g=Duel.GetOperatedGroup()
Duel.ConfirmCards(1-p,g) Duel.ConfirmCards(1-p,g)
local dg=g:Filter(Card.IsType,nil,TYPE_SPELL) local dg=g:Filter(Card.IsType,nil,TYPE_SPELL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment