Commit 7ac3aa06 authored by wind2009's avatar wind2009

Fix 星辰

parent a214a452
......@@ -91,7 +91,8 @@ function s.RegisterMergedEvent_ToSingleCard_AddOperation(c,g,event,event_code_si
EVENT_CHAIN_SOLVED,
EVENT_CHAIN_END,
EVENT_SUMMON,
EVENT_SPSUMMON
EVENT_SPSUMMON,
EVENT_BATTLE_DESTROYED
}
for _,code in ipairs(ec) do
local ce=e1:Clone()
......
......@@ -86,7 +86,8 @@ function s.RegisterMergedEvent_ToSingleCard_AddOperation(c,g,event,event_code_si
EVENT_CHAIN_SOLVED,
EVENT_CHAIN_END,
EVENT_SUMMON,
EVENT_SPSUMMON
EVENT_SPSUMMON,
EVENT_BATTLE_DESTROYED
}
for _,code in ipairs(ec) do
local ce=e1:Clone()
......
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