Commit 5fdd8538 authored by wind2009's avatar wind2009

Fix 星辰

parent 7ac3aa06
......@@ -111,7 +111,7 @@ function s.MergedDelayEventCheck1_ToSingleCard(e,tp,eg,ep,ev,re,r,rp)
g:Clear()
end
end
if Duel.GetCurrentChain()==0 and #g>0 and g:IsExists(Card.IsReason,1,nil,REASON_ADJUST) then
if Duel.GetCurrentChain()==0 and #g>0 and (g:IsExists(Card.IsReason,1,nil,REASON_ADJUST) or Duel.CheckEvent(EVENT_MSET)) then
local _eg=g:Clone()
Duel.RaiseEvent(_eg,e:GetLabel(),re,r,rp,ep,ev)
g:Clear()
......
......@@ -106,7 +106,7 @@ function s.MergedDelayEventCheck1_ToSingleCard(e,tp,eg,ep,ev,re,r,rp)
g:Clear()
end
end
if Duel.GetCurrentChain()==0 and #g>0 and g:IsExists(Card.IsReason,1,nil,REASON_ADJUST) then
if Duel.GetCurrentChain()==0 and #g>0 and (g:IsExists(Card.IsReason,1,nil,REASON_ADJUST) or Duel.CheckEvent(EVENT_MSET)) then
local _eg=g:Clone()
Duel.RaiseEvent(_eg,e:GetLabel(),re,r,rp,ep,ev)
g:Clear()
......
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